Skip to content

Commit

Permalink
Fixed a improper Expression#toString implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
predatorray committed Oct 29, 2016
1 parent 81a0bfb commit f3c2f95
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,4 @@ public boolean equals(Object o) {
public int hashCode() {
return tests.hashCode();
}

@Override
public String toString() {
return "";
}
}

0 comments on commit f3c2f95

Please sign in to comment.