fix semicolon

This commit is contained in:
Yuriy Lytvynchuk 2022-06-16 18:27:37 +03:00
parent e26bd7b2b9
commit a3f97f9c77

View File

@ -57,7 +57,7 @@ public class CoapTestClient {
public void disconnect() {
if (client != null) {
client.shutdown();
};
}
}
public CoapResponse postMethod(String requestBody) throws ConnectorException, IOException {