Author: sebb
Date: Thu Mar 22 09:25:44 2012
New Revision: 1303699
URL: http://svn.apache.org/viewvc?rev=1303699&view=rev
Log:
Reduce Eclipse warnings
Modified:
commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatTest.java
Modified:
commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatTest.java?rev=1303699&r1=1303698&r2=1303699&view=diff
==============================================================================
---
commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatTest.java
(original)
+++
commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatTest.java
Thu Mar 22 09:25:44 2012
@@ -151,6 +151,7 @@ public class CSVFormatTest {
}
}
+ @SuppressWarnings("boxing") // no need to worry about boxing here
@Test
public void testSerialization() throws Exception {
ByteArrayOutputStream out = new ByteArrayOutputStream();