Skip to content

Commit

Permalink
MID-6348 fix missing nfkd (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadahiro committed Jun 25, 2020
1 parent 1a18532 commit 5f0c9e5
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -95,6 +95,7 @@ public PolyStringNormalizerConfigurationType clone() {
PolyStringNormalizerConfigurationType clone = new PolyStringNormalizerConfigurationType();
clone.setClassName(getClassName());
clone.setTrim(isTrim());
clone.setNfkd(isNfkd());
clone.setTrimWhitespace(isTrimWhitespace());
clone.setLowercase(isLowercase());
return clone;
Expand Down

0 comments on commit 5f0c9e5

Please sign in to comment.