Author: ggregory Date: Tue Mar 26 16:43:54 2013 New Revision: 1461217 URL: http://svn.apache.org/r1461217 Log: Javdoc.
Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java?rev=1461217&r1=1461216&r2=1461217&view=diff ============================================================================== --- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java (original) +++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java Tue Mar 26 16:43:54 2013 @@ -385,6 +385,7 @@ public class CSVPrinter implements Flush * the values to print. * @throws IOException * If an I/O error occurs + * @throws SQLException if a database access error occurs */ public void printRecords(final ResultSet resultSet) throws SQLException, IOException { final int columnCount = resultSet.getMetaData().getColumnCount();