Unnecessary semicolon.
This commit is contained in:
parent
bf2c2f7ad6
commit
483ba855f2
|
@ -572,7 +572,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
|
||||||
public void remove() {
|
public void remove() {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parses the next record from the current point in the stream.
|
* Parses the next record from the current point in the stream.
|
||||||
|
|
Loading…
Reference in New Issue