Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
chore(#1704): Update string representation in notEqual constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Laing committed Jan 14, 2021
1 parent 7bd7f62 commit 2fc7da4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public FieldSpec toFieldSpec() {

@Override
public String toString(){
return String.format("`%s` = %s", field.getName(), value);
return String.format("`%s` != %s", field.getName(), value);
}

@Override
Expand Down

0 comments on commit 2fc7da4

Please sign in to comment.