You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/07/19 00:50:03 UTC

svn commit: r1504709 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/util/FastMathStrictComparisonTest.java

Author: sebb
Date: Thu Jul 18 22:50:03 2013
New Revision: 1504709

URL: http://svn.apache.org/r1504709
Log:
Boxing OK here

Modified:
    commons/proper/math/trunk/src/test/java/org/apache/commons/math3/util/FastMathStrictComparisonTest.java

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/util/FastMathStrictComparisonTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/util/FastMathStrictComparisonTest.java?rev=1504709&r1=1504708&r2=1504709&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math3/util/FastMathStrictComparisonTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math3/util/FastMathStrictComparisonTest.java Thu Jul 18 22:50:03 2013
@@ -38,6 +38,7 @@ import org.junit.runners.Parameterized.P
  * or just run tests against a single method (e.g. scalb):<br/>
  * {@code mvn test -Dtest=FastMathStrictComparisonTest -DargLine="-DtestMethod=scalb"}
  */
+@SuppressWarnings("boxing")
 @RunWith(Parameterized.class)
 public class FastMathStrictComparisonTest {