Resistance is futile

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1305629 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Bourg 2012-03-26 22:09:53 +00:00
parent e857ebfca1
commit c53d3f3025
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ import java.util.Map;
/**
* A CSV record
*
* @author Emmanuel Bourg
*/
public class CSVRecord implements Serializable, Iterable<String> {