Skip to content

Commit 5d15c38

Browse files
committed
Explicit boxing
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1411923 13f79535-47bb-0310-9956-ffa450edef68
1 parent e5a7b27 commit 5d15c38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class CSVFormatBuilderTest {
4141

4242
@Before
4343
public void setUp() throws Exception {
44-
builder = new CSVFormatBuilder('+', '!', null, '#', '!', true, true, CRLF, null);
44+
builder = new CSVFormatBuilder('+', Character.valueOf('!'), null, Character.valueOf('#'), Character.valueOf('!'), true, true, CRLF, null);
4545
}
4646

4747
@Test

0 commit comments

Comments
 (0)