Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 0c4424b

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635505 13f79535-47bb-0310-9956-ffa450edef68
1 parent a2b9dfb commit 0c4424b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,11 @@ private Map<String, Integer> initializeHeader() throws IOException {
413413
return hdrMap;
414414
}
415415

416+
/**
417+
* Gets whether this parser is closed.
418+
*
419+
* @return whether this parser is closed.
420+
*/
416421
public boolean isClosed() {
417422
return this.lexer.isClosed();
418423
}

0 commit comments

Comments
 (0)