Adding missing javadoc per checkstyle and Duncan Jones at LANG-840

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1532228 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2013-10-15 06:56:42 +00:00
parent 3ed46f8b53
commit a01e450694
1 changed files with 5 additions and 1 deletions

View File

@ -171,7 +171,11 @@ public Locale getLocale() {
return locale;
}
// Give access to generated pattern for test code
/**
* Returns the generated pattern (for testing purposes).
*
* @return the generated pattern
*/
Pattern getParsePattern() {
return parsePattern;
}