Avoid Eclipse warning
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1460396 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7825b260f3
commit
1b78bc1502
|
@ -73,7 +73,7 @@ public class CSVPrinterTest {
|
|||
|
||||
for (int i = 0; i < nLines; i++) {
|
||||
// for (int j=0; j<lines[i].length; j++) System.out.println("### VALUE=:" + printable(lines[i][j]));
|
||||
printer.printRecord(lines[i]);
|
||||
printer.printRecord((Object[])lines[i]);
|
||||
}
|
||||
|
||||
printer.flush();
|
||||
|
|
Loading…
Reference in New Issue