Skip to content

Commit

Permalink
null toString used
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Jun 24, 2015
1 parent fc076e8 commit e425dc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public void visit(NotEqualsTo notEqualsTo) {

@Override
public void visit(NullValue nullValue) {
buffer.append("NULL");
buffer.append(nullValue.toString());

}

Expand Down

0 comments on commit e425dc2

Please sign in to comment.