Skip to content

Commit

Permalink
Remove TODO as we will not check content format on register request
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jan 17, 2017
1 parent 5014323 commit df1d16f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -148,7 +148,7 @@ private void handleRegister(CoapExchange exchange, Request request) {

// Create LwM2m request from CoAP request
// --------------------------------
// TODO: assert content media type is APPLICATION LINK FORMAT?
// We don't check content media type is APPLICATION LINK FORMAT for now as this is the only format we can expect
String endpoint = null;
Long lifetime = null;
String smsNumber = null;
Expand Down

0 comments on commit df1d16f

Please sign in to comment.