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