File tree Expand file tree Collapse file tree
main/java/org/apache/commons/csv
test/java/org/apache/commons/csv Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030import java .io .Serializable ;
3131import java .io .StringWriter ;
3232
33- import org .apache .commons .csv .CSVFormat .CSVFormatBuilder ;
34-
3533/**
3634 * The format specification of a CSV file.
3735 *
Original file line number Diff line number Diff line change 1717
1818package org .apache .commons .csv ;
1919
20- import static org .apache .commons .csv .Constants .*;
21- import static org .junit .Assert .*;
20+ import static org .apache .commons .csv .Constants .CR ;
21+ import static org .apache .commons .csv .Constants .CRLF ;
22+ import static org .apache .commons .csv .Constants .LF ;
23+ import static org .junit .Assert .assertEquals ;
24+ import static org .junit .Assert .assertFalse ;
2225
2326import org .apache .commons .csv .CSVFormat .CSVFormatBuilder ;
2427import org .junit .Before ;
Original file line number Diff line number Diff line change 1717
1818package org .apache .commons .csv ;
1919
20- import static org .apache .commons .csv .Constants .CRLF ;
2120import static org .junit .Assert .assertEquals ;
22- import static org .junit .Assert .assertFalse ;
2321import static org .junit .Assert .assertNotNull ;
24- import static org .junit .Assert .assertTrue ;
25- import static org .junit .Assert .fail ;
2622
2723import java .io .ByteArrayInputStream ;
2824import java .io .ByteArrayOutputStream ;
2925import java .io .ObjectInputStream ;
3026import java .io .ObjectOutputStream ;
3127
32- import org .apache .commons .csv .CSVFormat .CSVFormatBuilder ;
3328import org .junit .Test ;
3429
3530/**
You can’t perform that action at this time.
0 commit comments