Skip to content

Commit 81af50a

Browse files
committed
Fix checkstyle
1 parent 0702685 commit 81af50a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flight/flight-sql-jdbc-core/src/main/java/org/apache/arrow/driver/jdbc/ArrowFlightJdbcVectorSchemaRootResultSet.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ void populateData(final VectorSchemaRoot vectorSchemaRoot, final Schema schema)
111111
* override here to add support.
112112
*
113113
* @param columnIndex the first column is 1, the second is 2, ...
114-
* @return
115-
* @throws SQLException
114+
* @return Object
115+
* @throws SQLException if there is an underlying exception
116116
*/
117117
@Override
118118
public Object getObject(int columnIndex) throws SQLException {

0 commit comments

Comments
 (0)