Skip to content

Commit

Permalink
Fulltext addon, small cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
ragadeeshu committed Sep 14, 2017
1 parent 53131d8 commit aa29437
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -956,7 +956,7 @@ public List<String> apply( List<String> values, Function<String,String> settings
@Override
public String toString()
{
return "Non empty list";
return "non-empty list";
}
};

Expand Down
Expand Up @@ -49,11 +49,11 @@

public class BloomIT
{
public static final String NODES = "CALL db.fulltext.bloomFulltextNodes([\"%s\"])";
public static final String RELS = "CALL db.fulltext.bloomFulltextRelationships([\"%s\"])";
public static final String ENTITYID = "entityid";
private static final String NODES = "CALL db.fulltext.bloomFulltextNodes([\"%s\"])";
private static final String RELS = "CALL db.fulltext.bloomFulltextRelationships([\"%s\"])";
private static final String ENTITYID = "entityid";
@Rule
public final FileSystemRule fs = new DefaultFileSystemRule();
public final DefaultFileSystemRule fs = new DefaultFileSystemRule();
@Rule
public final TestDirectory testDirectory = TestDirectory.testDirectory();
@Rule
Expand Down

0 comments on commit aa29437

Please sign in to comment.