# HG changeset patch # User mkos # Date 1396887917 -3600 # Node ID 1906412d4965aaec2b685d3b3b080a8f2c55e1a0 # Parent cc5bf8a780a622edd08cabca5b260f66d4d6cd73 8026801: Enhance endpoint addressing Summary: Caching data initialized via TCCL in static context; fix also reviewed by Iaroslav Savytskyi, Alexander Fomin Reviewed-by: ahgross, mgrebac, skoivu diff -r cc5bf8a780a6 -r 1906412d4965 drop_included/jaxws_src/src/javax/xml/ws/wsaddressing/W3CEndpointReference.java --- a/drop_included/jaxws_src/src/javax/xml/ws/wsaddressing/W3CEndpointReference.java Mon Apr 07 15:37:36 2014 +0100 +++ b/drop_included/jaxws_src/src/javax/xml/ws/wsaddressing/W3CEndpointReference.java Mon Apr 07 17:25:17 2014 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2013, 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 @@ -69,7 +69,7 @@ @XmlType(name="EndpointReferenceType",namespace=W3CEndpointReference.NS) public final class W3CEndpointReference extends EndpointReference { - private final static JAXBContext w3cjc = getW3CJaxbContext(); + private final JAXBContext w3cjc = getW3CJaxbContext(); protected W3CEndpointReference() { }