Skip to content

Commit

Permalink
HSEARCH-2527 Remove an obsolete comment in AnalyzerStrategy's javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere authored and Sanne committed Jan 22, 2017
1 parent b7bb70f commit 1c8ed66
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -48,7 +48,6 @@ public interface AnalyzerStrategy<T extends AnalyzerReference> {
* them point to the actual analyzer definition.
* @param references The references to initialize, mapped by name.
* @param analyzerDefinitions The analyzer definitions gathered through the Hibernate Search mappings.
* It is guaranteed to contain one analyzer definition for each reference name.
*/
void initializeNamedAnalyzerReferences(Map<String, T> references, Map<String, AnalyzerDef> analyzerDefinitions);

Expand Down

0 comments on commit 1c8ed66

Please sign in to comment.