Skip to content

Commit 4213415

Browse files
committed
Don't make JavaDoc references from production code to test code
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1512618 13f79535-47bb-0310-9956-ffa450edef68
1 parent 04a2e9e commit 4213415

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVRecord.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ public long getRecordNumber() {
131131
* the header size. Some programs can export files that fails this test but still produce parsable files.
132132
*
133133
* @return true of this record is valid, false if not
134-
* @see CSVParserTest#org.apache.commons.csv.CSVParserTest.testMappedButNotSetAsOutlook2007ContactExport()
135134
*/
136135
public boolean isConsistent() {
137136
return mapping == null ? true : mapping.size() == values.length;

0 commit comments

Comments
 (0)