You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2012/09/16 18:09:01 UTC

svn commit: r1385298 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/RealDistribution.java

Author: tn
Date: Sun Sep 16 16:09:00 2012
New Revision: 1385298

URL: http://svn.apache.org/viewvc?rev=1385298&view=rev
Log:
Remove trailing spaces in javadoc.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/RealDistribution.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/RealDistribution.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/RealDistribution.java?rev=1385298&r1=1385297&r2=1385298&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/RealDistribution.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/RealDistribution.java Sun Sep 16 16:09:00 2012
@@ -142,7 +142,7 @@ public interface RealDistribution {
      * {@code density(getSupportLowerBound())} returns a non-NaN, non-infinite
      * value.
      *
-     * @return true if the lower bound of support is finite and the density 
+     * @return true if the lower bound of support is finite and the density
      * function returns a non-NaN, non-infinite value there
      * @deprecated to be removed in 4.0
      */
@@ -154,7 +154,7 @@ public interface RealDistribution {
      * {@code density(getSupportUpperBound())} returns a non-NaN, non-infinite
      * value.
      *
-     * @return true if the upper bound of support is finite and the density 
+     * @return true if the upper bound of support is finite and the density
      * function returns a non-NaN, non-infinite value there
      * @deprecated to be removed in 4.0
      */