Skip to content

Commit

Permalink
Fixed toString() for FullTextFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jul 10, 2017
1 parent 3b4bdef commit 2f761cd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -106,7 +106,7 @@ public String debugDump(int indent) {
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("IN OID: ");
sb.append("FULLTEXT: ");
if (values != null) {
sb.append(values.stream().collect(Collectors.joining("; ")));
}
Expand Down

0 comments on commit 2f761cd

Please sign in to comment.