Boxing OK here

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1504709 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2013-07-18 22:50:03 +00:00
parent 64eeea32da
commit 0ee29fab9c
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ import org.junit.runners.Parameterized.Parameters;
* 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 {