Javadoc fix.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1135008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-06-13 01:24:19 +00:00
parent 5f3ad4479b
commit b5a03457a5

View File

@ -55,7 +55,7 @@ public class ExceptionContext implements Serializable {
private Map<String, Object> context = new HashMap<String, Object>();
/**
* Sets a message.
* Adds a message.
*
* @param pattern Message pattern.
* @param arguments Values for replacing the placeholders in the message