src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/XMLInputSourceAdaptor.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    39  * <p>
    39  * <p>
    40  * In a long run, we should make them consistent so that we can
    40  * In a long run, we should make them consistent so that we can
    41  * get rid of this awkward adaptor class.
    41  * get rid of this awkward adaptor class.
    42  *
    42  *
    43  * @author
    43  * @author
    44  *     Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    44  *     Kohsuke Kawaguchi
    45  */
    45  */
    46 public final class XMLInputSourceAdaptor implements Source {
    46 public final class XMLInputSourceAdaptor implements Source {
    47     /**
    47     /**
    48      * the actual source information.
    48      * the actual source information.
    49      */
    49      */