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:
parent
1a9e32ab8f
commit
497fe1c79b
|
@ -142,7 +142,7 @@ public interface RealDistribution {
|
||||||
* {@code density(getSupportLowerBound())} returns a non-NaN, non-infinite
|
* {@code density(getSupportLowerBound())} returns a non-NaN, non-infinite
|
||||||
* value.
|
* 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
|
* function returns a non-NaN, non-infinite value there
|
||||||
* @deprecated to be removed in 4.0
|
* @deprecated to be removed in 4.0
|
||||||
*/
|
*/
|
||||||
|
@ -154,7 +154,7 @@ public interface RealDistribution {
|
||||||
* {@code density(getSupportUpperBound())} returns a non-NaN, non-infinite
|
* {@code density(getSupportUpperBound())} returns a non-NaN, non-infinite
|
||||||
* value.
|
* 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
|
* function returns a non-NaN, non-infinite value there
|
||||||
* @deprecated to be removed in 4.0
|
* @deprecated to be removed in 4.0
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue