Javadoc fix.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1136115 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-06-15 16:44:50 +00:00
parent 3b753d7d00
commit 264f6e8c4f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class InvalidRepresentationException extends MathIllegalArgumentException
/**
* Construct an InvalidRepresentationException with a specialized message.
*
* @param specialized Message pattern.
* @param pattern Message pattern.
* @param args Arguments.
*/
public InvalidRepresentationException(Localizable pattern,