GitHub user igor-brylin opened a pull request:
https://github.com/apache/lucenenet/pull/215
remove redundant termAtt initialization in UpperCaseFilter constructor
Constructor of UpperCaseFilter has duplicated initalization code for
termAttr field.
I have modified UpperCaseFilter constructor by removing duplicate.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/igor-brylin/lucenenet UpperCaseFilter
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucenenet/pull/215.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #215
----
commit 8041c9a70586f02e17a10888b845ac7683d035cf
Author: Igor Brylin <brylin.i@...>
Date: 2018-02-07T11:01:19Z
remove redundant termAtt initialization in UpperCaseFilter constructor
----
---