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:
parent
64eeea32da
commit
0ee29fab9c
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue