< prev index next >

src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialArray.java

Print this page

        

@@ -64,10 +64,11 @@
      * A serialized array in which each element is an <code>Object</code>
      * in the Java programming language that represents an element
      * in the SQL <code>ARRAY</code> value.
      * @serial
      */
+    @SuppressWarnings("serial") // Not statically typed as Serializable
     private Object[] elements;
 
     /**
      * The SQL type of the elements in this <code>SerialArray</code> object.  The
      * type is expressed as one of the constants from the class
< prev index next >