Skip to content

Commit

Permalink
#116: Fix regression introduce in commmit 6ec8aeb
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Apr 12, 2016
1 parent f9403f5 commit a4db616
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ private WriteRequest(final Mode mode, ContentFormat format, final LwM2mPath targ
super(target);
Validate.notNull(mode);
Validate.notNull(node);
Validate.notNull(format);

// Validate Mode
if (getPath().isResource() && mode == Mode.UPDATE) {
Expand Down

0 comments on commit a4db616

Please sign in to comment.