Skip to content

Commit

Permalink
Fix JavaCoapServerEndpoint description.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Oct 19, 2023
1 parent edc4edf commit 27605c6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -82,7 +82,7 @@ public Protocol getProtocol() {

@Override
public String getDescription() {
return "CoAP over UDP based on java-coap library";
return "CoAP over UDP endpoint based on java-coap library";
}

@Override
Expand Down

0 comments on commit 27605c6

Please sign in to comment.