Set Id SVN property.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1410080 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-11-15 22:44:23 +00:00
parent eeeafa5faa
commit 7fa5b4e68f
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ import java.util.NoSuchElementException;
* see <a href="package-summary.html">package documentation</a> for more details
* </p>
*
* @version $Id: $
* @version $Id$
*/
public class CSVParser implements Iterable<CSVRecord> {