Skip to content

Commit

Permalink
Include multipleOf in equals
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewfraser committed Sep 23, 2015
1 parent 27b3c74 commit 0b8c831
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ protected boolean _equals(NumberSchema that)
equals(getExclusiveMinimum(), that.getExclusiveMinimum()) &&
equals(getMaximum(), that.getMaximum()) &&
equals(getMinimum(), that.getMinimum()) &&
equals(getMultipleOf(), that.getMultipleOf()) &&
super._equals(that);
}
}

0 comments on commit 0b8c831

Please sign in to comment.