jaxws/src/java.xml.bind/share/classes/javax/xml/bind/Messages.java
changeset 43852 93a527059d8a
parent 25871 b80b84e87032
child 45678 65fdff10664d
equal deleted inserted replaced
43752:3c68ef249093 43852:93a527059d8a
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 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
    63 //
    63 //
    64 //
    64 //
    65     static final String PROVIDER_NOT_FOUND = // 1 arg
    65     static final String PROVIDER_NOT_FOUND = // 1 arg
    66         "ContextFinder.ProviderNotFound";
    66         "ContextFinder.ProviderNotFound";
    67 
    67 
       
    68     static final String DEFAULT_PROVIDER_NOT_FOUND = // 0 args
       
    69         "ContextFinder.DefaultProviderNotFound";
       
    70 
    68     static final String COULD_NOT_INSTANTIATE = // 2 args
    71     static final String COULD_NOT_INSTANTIATE = // 2 args
    69         "ContextFinder.CouldNotInstantiate";
    72         "ContextFinder.CouldNotInstantiate";
    70 
    73 
    71     static final String CANT_FIND_PROPERTIES_FILE = // 1 arg
    74     static final String CANT_FIND_PROPERTIES_FILE = // 1 arg
    72         "ContextFinder.CantFindPropertiesFile";
    75         "ContextFinder.CantFindPropertiesFile";