Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
suppress warning
  • Loading branch information
erilong committed Jan 13, 2008
1 parent 155ecea commit 3fdbe9f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -453,6 +453,7 @@ protected List initColumnsForIndex() {
return result;
}

@SuppressWarnings("unchecked")
protected Collection readIndices(DatabaseMetaDataWrapper metaData, String tableName) throws SQLException {
Map indices = new ListOrderedMap();
ResultSet indexData = null;
Expand Down

0 comments on commit 3fdbe9f

Please sign in to comment.