Set Id SVN property.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1410082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-11-15 22:45:24 +00:00
parent 8886fac6d7
commit 8b622677c6
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ import java.util.Map;
/**
* A CSV record
*
* @version $Id: $
* @version $Id$
*/
public class CSVRecord implements Serializable, Iterable<String> {

View File

@ -32,7 +32,7 @@ import java.io.Reader;
* In particular the reader supports a look-ahead option, which allows you to see the next char returned by
* {@link #read()}.
*
* @version $Id: $
* @version $Id$
*/
final class ExtendedBufferedReader extends BufferedReader {