You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2013/10/19 19:27:35 UTC

svn commit: r1533795 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/exception/NotStrictlyPositiveException.java

Author: psteitz
Date: Sat Oct 19 17:27:34 2013
New Revision: 1533795

URL: http://svn.apache.org/r1533795
Log:
Fixed javadoc.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/exception/NotStrictlyPositiveException.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/exception/NotStrictlyPositiveException.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/exception/NotStrictlyPositiveException.java?rev=1533795&r1=1533794&r2=1533795&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/exception/NotStrictlyPositiveException.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/exception/NotStrictlyPositiveException.java Sat Oct 19 17:27:34 2013
@@ -19,7 +19,7 @@ package org.apache.commons.math3.excepti
 import org.apache.commons.math3.exception.util.Localizable;
 
 /**
- * Exception to be thrown when the argument is negative.
+ * Exception to be thrown when the argument is not greater than 0.
  *
  * @since 2.2
  * @version $Id$