@@ -165,7 +165,7 @@ public long getCharacterPosition() {
165
165
/**
166
166
* Returns the comment for this record, if any.
167
167
* 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),
169
169
* then the comment will be ignored.
170
170
*
171
171
* @return the comment for this record, or null if no comment for this record is available.
@@ -211,7 +211,7 @@ public long getRecordNumber() {
211
211
/**
212
212
* Checks whether this record has a comment, false otherwise.
213
213
* 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),
215
215
* then the comment will be ignored.
216
216
*
217
217
* @return true if this record has a comment, false otherwise
@@ -237,7 +237,7 @@ public boolean isConsistent() {
237
237
}
238
238
239
239
/**
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.
241
241
*
242
242
* @param name
243
243
* the name of the column to be retrieved.
0 commit comments