Author: sebb
Date: Thu Mar 27 15:00:13 2014
New Revision: 1582336
URL: http://svn.apache.org/r1582336
Log:
Boxing OK in test code
Modified:
commons/proper/proxy/trunk/core/src/test/java/org/apache/commons/proxy2/interceptor/matcher/argument/ArgumentMatcherUtilsTest.java
Modified:
commons/proper/proxy/trunk/core/src/test/java/org/apache/commons/proxy2/interceptor/matcher/argument/ArgumentMatcherUtilsTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/proxy/trunk/core/src/test/java/org/apache/commons/proxy2/interceptor/matcher/argument/ArgumentMatcherUtilsTest.java?rev=1582336&r1=1582335&r2=1582336&view=diff
==============================================================================
---
commons/proper/proxy/trunk/core/src/test/java/org/apache/commons/proxy2/interceptor/matcher/argument/ArgumentMatcherUtilsTest.java
(original)
+++
commons/proper/proxy/trunk/core/src/test/java/org/apache/commons/proxy2/interceptor/matcher/argument/ArgumentMatcherUtilsTest.java
Thu Mar 27 15:00:13 2014
@@ -23,6 +23,7 @@ import static org.junit.Assert.assertTru
import org.apache.commons.proxy2.interceptor.matcher.ArgumentMatcher;
import org.junit.Test;
+@SuppressWarnings("boxing") // test code
public class ArgumentMatcherUtilsTest
{
@Test