Skip to content

Commit

Permalink
Make the FullTextAnalyzer final
Browse files Browse the repository at this point in the history
This should make Lucene happy...
  • Loading branch information
jballanc committed Oct 7, 2014
1 parent 3a80708 commit 6adebe0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@
* @author Josh Moore, josh at glencoesoftware.com
* @since 3.0-Beta3
*/
public class FullTextAnalyzer extends Analyzer {
public final class FullTextAnalyzer extends Analyzer {

private final static Logger log = LoggerFactory.getLogger(FullTextAnalyzer.class);

Expand Down

0 comments on commit 6adebe0

Please sign in to comment.