Skip to content

Commit

Permalink
chore: update java doc
Browse files Browse the repository at this point in the history
  • Loading branch information
guqing committed Jun 21, 2024
1 parent a10e352 commit 6cd622e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public NavigableSet<String> matches(QueryIndexView indexView) {

@Override
public String toString() {
return fieldName + "!= null";
return fieldName + " != null";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Tests for {@link QueryIndexViewImpl}.
*
* @author guqing
* @since 2.12.0
* @since 2.17.0
*/
class QueryIndexViewImplTest {
final String id = PRIMARY_INDEX_NAME;
Expand Down

0 comments on commit 6cd622e

Please sign in to comment.