Skip to content

Commit

Permalink
Merge remote-tracking branch 'igor-brylin/UpperCaseFilter'
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 committed Jun 15, 2018
2 parents 199fab0 + 8041c9a commit 1fdea4e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public sealed class UpperCaseFilter : TokenFilter
public UpperCaseFilter(LuceneVersion matchVersion, TokenStream @in)
: base(@in)
{
termAtt = AddAttribute<ICharTermAttribute>();
termAtt = AddAttribute<ICharTermAttribute>();
charUtils = CharacterUtils.GetInstance(matchVersion);
}
Expand Down

0 comments on commit 1fdea4e

Please sign in to comment.