Whitespace. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/f5a8bf39 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/f5a8bf39 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/f5a8bf39
Branch: refs/heads/master Commit: f5a8bf398c84bd4cdeea740c1a5b7b39cac4f777 Parents: fc7eeb4 Author: Luc Maisonobe <l...@apache.org> Authored: Wed Oct 15 09:05:22 2014 +0200 Committer: Luc Maisonobe <l...@apache.org> Committed: Wed Oct 15 09:05:22 2014 +0200 ---------------------------------------------------------------------- .../apache/commons/math3/exception/MathIllegalStateException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/f5a8bf39/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 f47359c..2bb4a71 100644 --- a/src/main/java/org/apache/commons/math3/exception/MathIllegalStateException.java +++ b/src/main/java/org/apache/commons/math3/exception/MathIllegalStateException.java @@ -22,7 +22,7 @@ import org.apache.commons.math3.exception.util.ExceptionContext; import org.apache.commons.math3.exception.util.ExceptionContextProvider; /** - * Base class for all exceptions that signal that the process + * 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. *