Update MorphologyFilter.java

This commit is contained in:
phront 2017-05-05 12:10:23 +09:00 committed by GitHub
parent a5e8bf6952
commit 528d6ffb57

View File

@ -78,6 +78,7 @@ public class MorphologyFilter extends TokenFilter {
}
}
@Override
public void reset() throws IOException {
super.reset();
save = null;