CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Roman Kennke <rabbit78> 06/08/15 09:44:34

Modified files:
        java/util      : Vector.java 
        .              : ChangeLog 

Log message:
        2006-08-15  Roman Kennke  <[EMAIL PROTECTED]>
        
                * java/util/Vector.java
                (removeAll): Don't explicitly null-check here. The RI allows
                null arguments when Vector is empty. In other cases we
                implicitly throw an NPE.
                (retainAll): Don't explicitly null-check here. The RI allows
                null arguments when Vector is empty. In other cases we
                implicitly throw an NPE.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/Vector.java?cvsroot=classpath&r1=1.27&r2=1.28
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8399&r2=1.8400


Reply via email to