formatting of eclipse import tutorial authored by Björn Butzin's avatar Björn Butzin
...@@ -162,7 +162,7 @@ resourceServer.start(); // equals port = CoapConstants.COAP_DEFAULT_PORT ...@@ -162,7 +162,7 @@ resourceServer.start(); // equals port = CoapConstants.COAP_DEFAULT_PORT
#### 3. Send the CoapRequest (Client.java, FIXME 7-9): #### 3. Send the CoapRequest (Client.java, FIXME 7-9):
```java ```java
clientChannel.sendMessage(request); clientChannel.sendMessage(request);
``` ```
#### 4. Wait for CoapResponse & Print the CoapResponse on the console #### 4. Wait for CoapResponse & Print the CoapResponse on the console
... ...
......