Skip to content

Commit

Permalink
MID-6348 fix missing nfkd (#123)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5f0c9e5)
  • Loading branch information
wadahiro authored and mederly committed Jun 25, 2020
1 parent 182dfac commit 52d751e
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 52d751e

Please sign in to comment.