Skip to content

Commit 643b628

Browse files
committed
Replace tabs with spaces
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1511428 13f79535-47bb-0310-9956-ffa450edef68
1 parent 53f83b4 commit 643b628

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -498,19 +498,19 @@ public boolean isQuoting() {
498498
return quoteChar != null;
499499
}
500500

501-
/**
502-
* Parses the specified content.
503-
*
504-
* <p>
505-
* See also the various static parse methods on {@link CSVParser}.
506-
* </p>
507-
*
508-
* @param in
509-
* the input stream
510-
* @return a parser over a stream of {@link CSVRecord}s.
511-
* @throws IOException
512-
* If an I/O error occurs
513-
*/
501+
/**
502+
* Parses the specified content.
503+
*
504+
* <p>
505+
* See also the various static parse methods on {@link CSVParser}.
506+
* </p>
507+
*
508+
* @param in
509+
* the input stream
510+
* @return a parser over a stream of {@link CSVRecord}s.
511+
* @throws IOException
512+
* If an I/O error occurs
513+
*/
514514
public CSVParser parse(final Reader in) throws IOException {
515515
return new CSVParser(in, this);
516516
}

0 commit comments

Comments
 (0)