Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Jun 25, 2020
2 parents 7a19877 + 5f0c9e5 commit 164bc5a
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 164bc5a

Please sign in to comment.