Author: erans Date: Mon Aug 6 12:00:27 2012 New Revision: 1369795 URL: http://svn.apache.org/viewvc?rev=1369795&view=rev Log: Typo.
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=1369795&r1=1369794&r2=1369795&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 Mon Aug 6 12:00:27 2012 @@ -74,7 +74,7 @@ public interface RealDistribution { * excluding the lower and including the upper endpoint * @throws NumberIsTooLargeException if {@code x0 > x1} * - * @deprecate As of 3.1. In 4.0, this method will be renamed + * @deprecated As of 3.1. In 4.0, this method will be renamed * {@code probability(double x0, double x1)}. */ @Deprecated