Skip to content

Commit e488916

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

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
/**
3131
*
3232
*
33-
* @version $Id: $
33+
* @version $Id$
3434
*/
3535
public class CSVFormatTest {
3636

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* fixing a potential bug (its likely that the parser itself fails if the lexer
5353
* has problems...).
5454
*
55-
* @version $Id: $
55+
* @version $Id$
5656
*/
5757
public class CSVParserTest {
5858

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
*
3636
*
37-
* @version $Id: $
37+
* @version $Id$
3838
*/
3939
public class CSVPrinterTest {
4040

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
/**
3131
*
3232
*
33-
* @version $Id: $
33+
* @version $Id$
3434
*/
3535
public class ExtendedBufferedReaderTest {
3636

0 commit comments

Comments
 (0)