CVSROOT:        /sources/classpath
Module name:    classpath
Branch:         
Changes by:     David Gilbert <[EMAIL PROTECTED]>       06/01/16 10:00:26

Modified files:
        .              : ChangeLog 
        javax/swing/text: SimpleAttributeSet.java 

Log message:
        2006-01-16  David Gilbert  <[EMAIL PROTECTED]>
        
        * javax/swing/text/SimpleAttributeSet.java
        (SimpleAttributeSet()): Initialise storage directly,
        (SimpleAttributeSet(AttributeSet)): Removed null check and documented
        NullPointerException,
        (containsAttribute): If key is found locally, don't check resolving
        parent if the value doesn't match,
        (getAttribute): Removed redundant instanceof and cast.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.6070&tr2=1.6071&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/text/SimpleAttributeSet.java.diff?tr1=1.13&tr2=1.14&r1=text&r2=text


Reply via email to