fix semicolon
This commit is contained in:
parent
e26bd7b2b9
commit
a3f97f9c77
@ -57,7 +57,7 @@ public class CoapTestClient {
|
||||
public void disconnect() {
|
||||
if (client != null) {
|
||||
client.shutdown();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
public CoapResponse postMethod(String requestBody) throws ConnectorException, IOException {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user