< prev index next >

src/java.sql.rowset/share/classes/com/sun/rowset/FilteredRowSetImpl.java

Print this page

        

@@ -464,11 +464,11 @@
      * 1. updateBytes()     - since the evaluate function takes Object as parameter
      *                        a String is constructed from the byte array and would
      *                        passed to the evaluate function.
      * 2. updateXXXstream() - here it would suffice to pass the stream handle
      *                        to the evaluate function and the implementation
-     *                        of the evaluate function can do the comparision
+     *                        of the evaluate function can do the comparison
      *                        based on the stream and also type of data.
      */
 
 
    /**
< prev index next >