Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest committed Oct 6, 2017
1 parent 5d033b8 commit c417a8f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public void shouldBeAbleToSpecifyEnglishAnalyzer() throws Exception
analyzer = ENGLISH;
try ( FulltextProvider provider = createProvider() )
{
// FulltextFactory fulltextFactory = new FulltextFactory( fs, storeDir, ENGLISH, provider );
provider.createIndex( BLOOM_NODES, NODES, singletonList( "prop" ) );
provider.registerTransactionEventHandler();

Expand Down Expand Up @@ -71,7 +70,6 @@ public void shouldBeAbleToSpecifySwedishAnalyzer() throws Exception
analyzer = SWEDISH;
try ( FulltextProvider provider = createProvider(); )
{
// FulltextFactory fulltextFactory = new FulltextFactory( fs, storeDir, SWEDISH, provider );
provider.createIndex( BLOOM_NODES, NODES, singletonList( "prop" ) );
provider.registerTransactionEventHandler();

Expand Down

0 comments on commit c417a8f

Please sign in to comment.