jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/UnusedCustomizationChecker.java
changeset 32795 5a5710ee05a0
parent 25871 b80b84e87032
equal deleted inserted replaced
32712:f61a63b7d1e5 32795:5a5710ee05a0
    63 /**
    63 /**
    64  * Reports all unacknowledged customizations as errors.
    64  * Reports all unacknowledged customizations as errors.
    65  *
    65  *
    66  * <p>
    66  * <p>
    67  * Since we scan the whole content tree, we use this to check for unused
    67  * Since we scan the whole content tree, we use this to check for unused
    68  * <tt>xmime:expectedContentTypes</tt> attributes. TODO: if we find this kind of error checks more
    68  * {@code xmime:expectedContentTypes} attributes.
       
    69  * TODO: if we find this kind of error checks more
    69  * common, use the visitors so that we don't have to mix everything in one class.
    70  * common, use the visitors so that we don't have to mix everything in one class.
    70  *
    71  *
    71  * @author
    72  * @author
    72  *     Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    73  *     Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    73  */
    74  */