jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/resources/ConfigurationMessages.java
changeset 27837 86d4f46e622a
parent 25871 b80b84e87032
child 38822 8cc53e29c1d9
equal deleted inserted replaced
27581:9fffb959eb41 27837:86d4f46e622a
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, 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
    42     public static Localizable localizableCONFIGURATION_NOT_BINDING_FILE(Object arg0) {
    42     public static Localizable localizableCONFIGURATION_NOT_BINDING_FILE(Object arg0) {
    43         return messageFactory.getMessage("configuration.notBindingFile", arg0);
    43         return messageFactory.getMessage("configuration.notBindingFile", arg0);
    44     }
    44     }
    45 
    45 
    46     /**
    46     /**
    47      * Ignoring: binding file ""{0}". It is not a jaxws or a jaxb binding file.
    47      * Ignoring: binding file "{0}". It is not a jaxws or a jaxb binding file.
    48      *
    48      *
    49      */
    49      */
    50     public static String CONFIGURATION_NOT_BINDING_FILE(Object arg0) {
    50     public static String CONFIGURATION_NOT_BINDING_FILE(Object arg0) {
    51         return localizer.localize(localizableCONFIGURATION_NOT_BINDING_FILE(arg0));
    51         return localizer.localize(localizableCONFIGURATION_NOT_BINDING_FILE(arg0));
    52     }
    52     }