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 Jan 28, 2015
1 parent 8c7d086 commit 2eb4cd6
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 2eb4cd6

Please sign in to comment.