Repository: commons-math
Updated Branches:
  refs/heads/master a3fdeb4da -> d26810c0d


Updated the class description


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/4cb944ea
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/4cb944ea
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/4cb944ea

Branch: refs/heads/master
Commit: 4cb944ea687d84a54d679fc3f5362e2950551ff3
Parents: 69273dc
Author: Ole <ole.er...@gmail.com>
Authored: Thu Oct 9 10:13:31 2014 -0500
Committer: Ole <ole.er...@gmail.com>
Committed: Thu Oct 9 10:13:31 2014 -0500

----------------------------------------------------------------------
 .../commons/math3/exception/MathIllegalStateException.java      | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/4cb944ea/src/main/java/org/apache/commons/math3/exception/MathIllegalStateException.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math3/exception/MathIllegalStateException.java
 
b/src/main/java/org/apache/commons/math3/exception/MathIllegalStateException.java
index 22f8812..f47359c 100644
--- 
a/src/main/java/org/apache/commons/math3/exception/MathIllegalStateException.java
+++ 
b/src/main/java/org/apache/commons/math3/exception/MathIllegalStateException.java
@@ -22,8 +22,9 @@ import 
org.apache.commons.math3.exception.util.ExceptionContext;
 import org.apache.commons.math3.exception.util.ExceptionContextProvider;
 
 /**
- * Base class for all exceptions that signal a mismatch between the
- * current state and the user's expectations.
+ * Base class for all exceptions that signal that the process 
+ * throwing the exception is in a state that does not comply with
+ * the set of states the it is designed to be in.
  *
  * @since 2.2
  */

Reply via email to