--- old/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/ProcessorException.java 2017-03-10 23:57:27.206157718 +0300 +++ new/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/ProcessorException.java 2017-03-10 23:57:27.110158130 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -27,9 +27,6 @@ import com.sun.xml.internal.ws.util.exception.JAXWSExceptionBase; -import java.util.Locale; -import java.util.ResourceBundle; - /** * ProcessorException represents an exception that occurred while processing * a web service. @@ -55,9 +52,4 @@ public String getDefaultResourceBundleName() { return "com.sun.tools.internal.ws.resources.processor"; } - - @Override - public ResourceBundle getResourceBundle(Locale locale) { - return ResourceBundle.getBundle(getDefaultResourceBundleName(), locale); - } }