Skip to content

Commit ce1c01c

Browse files
committed
Javdoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1461217 13f79535-47bb-0310-9956-ffa450edef68
1 parent ba016bd commit ce1c01c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ public void printRecords(final Iterable<?> values) throws IOException {
385385
* the values to print.
386386
* @throws IOException
387387
* If an I/O error occurs
388+
* @throws SQLException if a database access error occurs
388389
*/
389390
public void printRecords(final ResultSet resultSet) throws SQLException, IOException {
390391
final int columnCount = resultSet.getMetaData().getColumnCount();

0 commit comments

Comments
 (0)