EnglishInflector: Plural throws Exception
-----------------------------------------
Key: CXF-1128
URL: https://issues.apache.org/jira/browse/CXF-1128
Project: CXF
Issue Type: Bug
Components: REST
Affects Versions: 2.0.2
Reporter: Martin Vlcek
The EnglishInflector throws an exception if a word ends with s due to a wrong
replacement string:
The incorrect line
addPlural("s$", "$1s");
should be:
addPlural("s$", "s");
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.