Skip to content

Commit f2e3665

Browse files
committed
Add missing @OverRide.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1625457 13f79535-47bb-0310-9956-ffa450edef68
1 parent c609fb3 commit f2e3665

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ private boolean isMetaChar(final int ch) {
435435
* @throws IOException
436436
* If an I/O error occurs
437437
*/
438+
@Override
438439
public void close() throws IOException {
439440
reader.close();
440441
}

0 commit comments

Comments
 (0)