Skip to content

Commit

Permalink
Default sanity checker
Browse files Browse the repository at this point in the history
  • Loading branch information
akarthik10 committed Jun 18, 2017
1 parent 30fa71b commit a568501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/umass/cs/gnsserver/main/GNSConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public static enum GNSC implements Config.ConfigurableEnum,
* The class name to use for doing sanity checks while updating GNS
* record. Must extend {@link edu.umass.cs.gnsserver.extensions.sanitycheck.AbstractSanityCheck}
*/
SANITY_CHECKER(NullSanityCheck.class.getSimpleName())
SANITY_CHECKER(NullSanityCheck.class.getName())
;

final Object defaultValue;
Expand Down

0 comments on commit a568501

Please sign in to comment.