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:
parent
8886fac6d7
commit
8b622677c6
|
@ -25,7 +25,7 @@ import java.util.Map;
|
|||
/**
|
||||
* A CSV record
|
||||
*
|
||||
* @version $Id: $
|
||||
* @version $Id$
|
||||
*/
|
||||
public class CSVRecord implements Serializable, Iterable<String> {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue