Skip to content

Commit

Permalink
Call super in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Jun 26, 2016
1 parent ba0516e commit 8ec4471
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public static void register() {
* This class is not designed to be publicly instantiated.
*/
private ContextSerializerText() {
super();
}

/**
Expand Down

0 comments on commit 8ec4471

Please sign in to comment.