Skip to content

Commit 8b62267

Browse files
committed
Set Id SVN property.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1410082 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8886fac commit 8b62267

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* A CSV record
2727
*
28-
* @version $Id: $
28+
* @version $Id$
2929
*/
3030
public class CSVRecord implements Serializable, Iterable<String> {
3131

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* In particular the reader supports a look-ahead option, which allows you to see the next char returned by
3333
* {@link #read()}.
3434
*
35-
* @version $Id: $
35+
* @version $Id$
3636
*/
3737
final class ExtendedBufferedReader extends BufferedReader {
3838

0 commit comments

Comments
 (0)