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:51:17 UTC

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

Author: sebb
Date: Thu Jul 18 22:51:17 2013
New Revision: 1504710

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

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

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/util/OpenIntToFieldTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/util/OpenIntToFieldTest.java?rev=1504710&r1=1504709&r2=1504710&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math3/util/OpenIntToFieldTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math3/util/OpenIntToFieldTest.java Thu Jul 18 22:51:17 2013
@@ -34,6 +34,7 @@ import org.junit.Before;
 import org.junit.Test;
 
 
+@SuppressWarnings("boxing")
 public class OpenIntToFieldTest {
 
     private Map<Integer, Fraction> javaMap = new HashMap<Integer, Fraction>();