Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

Commit

Permalink
added javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Krause committed Apr 26, 2016
1 parent 6fd1afb commit 0623170
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@
*/
public final class NullJsonHandler extends IdleJsonHandler<Void> {

/**
* Creates a new {@link NullJsonHandler}
*/
public NullJsonHandler() {
}

}

0 comments on commit 0623170

Please sign in to comment.