salutation: removed final so it can be mocked.
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/f6664034 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/f6664034 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/f6664034 Branch: refs/heads/master Commit: f66640340226e149c5500f68a16ede503a75fd65 Parents: ddafb1f Author: Tom MacKenzie <tom.s.macken...@gmail.com> Authored: Mon Jun 20 14:12:10 2016 -0500 Committer: Tom MacKenzie <tom.s.macken...@gmail.com> Committed: Mon Jun 20 14:12:10 2016 -0500 ---------------------------------------------------------------------- src/main/java/org/apache/commons/text/names/HumanNameParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/f6664034/src/main/java/org/apache/commons/text/names/HumanNameParser.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/text/names/HumanNameParser.java b/src/main/java/org/apache/commons/text/names/HumanNameParser.java index fd1608a..647ff77 100644 --- a/src/main/java/org/apache/commons/text/names/HumanNameParser.java +++ b/src/main/java/org/apache/commons/text/names/HumanNameParser.java @@ -98,7 +98,7 @@ import org.apache.commons.lang3.StringUtils; * * <p>This class is immutable.</p> */ -public final class HumanNameParser { +public class HumanNameParser { private final List<String> salutations; private final List<String> suffixes;