< prev index next >

src/java.base/share/classes/java/io/ObjectInputFilter.java

Print this page

        

@@ -102,11 +102,10 @@
      * @param filterInfo provides information about the current object being deserialized,
      *             if any, and the status of the {@link ObjectInputStream}
      * @return  {@link Status#ALLOWED Status.ALLOWED} if accepted,
      *          {@link Status#REJECTED Status.REJECTED} if rejected,
      *          {@link Status#UNDECIDED Status.UNDECIDED} if undecided.
-     * @since 9
      */
     Status checkInput(FilterInfo filterInfo);
 
     /**
      * FilterInfo provides access to information about the current object
< prev index next >