Skip to content

Commit

Permalink
fixed checkstyle warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Maisonobe committed Feb 19, 2011
1 parent 4d34885 commit 1fe0807
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -46,9 +46,9 @@ public abstract class UnivariateRealIntegratorImpl
/** the last computed integral */
protected double result;

/**
/**
* The integrand function.
*
*
* @deprecated as of 2.0 the integrand function is passed as an argument
* to the {@link #integrate(UnivariateRealFunction, double, double)}method.
*/
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/apache/commons/math/util/MathUtils.java
Expand Up @@ -586,7 +586,7 @@ public static boolean equalsIncludingNaN(float[] x, float[] y) {
* (w.r.t. NaN) is useful (see e.g.
* {@link #equalsIncludingNaN(double,double, double) equalsIncludingNaN}.
* </p>
*
*
* @param x first value
* @param y second value
* @return {@code true} if the values are equal.
Expand Down Expand Up @@ -660,7 +660,7 @@ public static boolean equalsIncludingNaN(double x, double y, double eps) {
* (w.r.t. NaN) is useful (see e.g.
* {@link #equalsIncludingNaN(double,double, int) equalsIncludingNaN}.
* </p>
*
*
* @param x first value
* @param y second value
* @param maxUlps {@code (maxUlps - 1)} is the number of floating point
Expand Down

0 comments on commit 1fe0807

Please sign in to comment.