Skip to content

Commit 1e0dd7b

Browse files
committed
Reduce Eclipse warnings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1303699 13f79535-47bb-0310-9956-ffa450edef68
1 parent 65ab9db commit 1e0dd7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/org/apache/commons/csv/CSVFormatTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ public void testValidation() {
151151
}
152152
}
153153

154+
@SuppressWarnings("boxing") // no need to worry about boxing here
154155
@Test
155156
public void testSerialization() throws Exception {
156157
ByteArrayOutputStream out = new ByteArrayOutputStream();

0 commit comments

Comments
 (0)