Remove trailing spaces in javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1385298 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-09-16 16:09:00 +00:00
parent 1a9e32ab8f
commit 497fe1c79b
1 changed files with 2 additions and 2 deletions

View File

@ -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
*/