Skip to content

Commit 5d4a5ac

Browse files
committed
Javadoc
1 parent 5674be4 commit 5d4a5ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public long getCharacterPosition() {
165165
/**
166166
* Returns the comment for this record, if any.
167167
* Note that comments are attached to the following record.
168-
* If there is no following record (i.e. the comment is at EOF),
168+
* If there is no following record (that is, the comment is at EOF),
169169
* then the comment will be ignored.
170170
*
171171
* @return the comment for this record, or null if no comment for this record is available.
@@ -211,7 +211,7 @@ public long getRecordNumber() {
211211
/**
212212
* Checks whether this record has a comment, false otherwise.
213213
* Note that comments are attached to the following record.
214-
* If there is no following record (i.e. the comment is at EOF),
214+
* If there is no following record (that is, the comment is at EOF),
215215
* then the comment will be ignored.
216216
*
217217
* @return true if this record has a comment, false otherwise
@@ -237,7 +237,7 @@ public boolean isConsistent() {
237237
}
238238

239239
/**
240-
* Checks whether a given column is mapped, i.e. its name has been defined to the parser.
240+
* Checks whether a given column is mapped, that is, its name has been defined to the parser.
241241
*
242242
* @param name
243243
* the name of the column to be retrieved.

0 commit comments

Comments
 (0)