src/share/classes/com/sun/rowset/JdbcRowSetImpl.java

Print this page

        

@@ -666,11 +666,10 @@
             return null;
         }
 
     }
 
-
     protected PreparedStatement prepare() throws SQLException {
         // get a connection
         conn = connect();
 
         try {

@@ -693,10 +692,11 @@
         }
 
         return ps;
     }
 
+    @SuppressWarnings("deprecation")
     private void decodeParams(Object[] params, PreparedStatement ps)
     throws SQLException {
 
     // There is a corresponding decodeParams in JdbcRowSetImpl
     // which does the same as this method. This is a design flaw.