jaxws/src/java.xml.bind/share/classes/com/sun/istack/internal/localization/Localizable.java
changeset 43852 93a527059d8a
parent 38822 8cc53e29c1d9
equal deleted inserted replaced
43752:3c68ef249093 43852:93a527059d8a
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2017, 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
    52      *      can be an array of length 0 but never be null.
    52      *      can be an array of length 0 but never be null.
    53      */
    53      */
    54     public Object[] getArguments();
    54     public Object[] getArguments();
    55     public String getResourceBundleName();
    55     public String getResourceBundleName();
    56 
    56 
    57     public default ResourceBundle getResourceBundle(Locale locale) {
    57     public ResourceBundle getResourceBundle(Locale locale);
    58         return null;
       
    59     }
       
    60 
    58 
    61     /**
    59     /**
    62      * Special constant that represents a message that
    60      * Special constant that represents a message that
    63      * is not localizable.
    61      * is not localizable.
    64      *
    62      *