jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/generator/bean/PackageOutlineImpl.java
changeset 33547 e4c76ac38b12
parent 28887 88470f768658
equal deleted inserted replaced
33390:d131f4b8433a 33547:e4c76ac38b12
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    75      * This should be used as the namespace URI for {@link XmlSchema#namespace()}.
    75      * This should be used as the namespace URI for {@link XmlSchema#namespace()}.
    76      *
    76      *
    77      * <p>
    77      * <p>
    78      * Null if no default
    78      * Null if no default
    79      *
    79      *
    80      * @see #calcDefaultValues().
    80      * @see #calcDefaultValues()
    81      */
    81      */
    82     public String getMostUsedNamespaceURI() {
    82     public String getMostUsedNamespaceURI() {
    83         return mostUsedNamespaceURI;
    83         return mostUsedNamespaceURI;
    84     }
    84     }
    85 
    85