Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik authored and Sanne committed Dec 8, 2013
1 parent d624de0 commit 77ec6d9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ public class NotShardedStrategy implements IndexShardingStrategy {
public void initialize(Properties properties, IndexManager[] indexManagers) {
this.directoryProvider = indexManagers;
if ( directoryProvider.length > 1 ) {
throw new AssertionFailure("Using SingleDirectoryProviderSelectionStrategy with multiple DirectryProviders");
throw new AssertionFailure("Using SingleDirectoryProviderSelectionStrategy with multiple DirectoryProviders");
}
}

Expand Down

0 comments on commit 77ec6d9

Please sign in to comment.