Reduce Eclipse warnings

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1303699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-03-22 09:25:44 +00:00
parent 65ab9db952
commit 1e0dd7b4b3
1 changed files with 1 additions and 0 deletions

View File

@ -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();