# HG changeset patch # User mkos # Date 1391681161 -3600 # Node ID 57ba92e96b7fb6f4543038c1daa390c45d8a9d84 # Parent bef42537f2d03da16bee98b77d57c7f72a6feea2 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 bef42537f2d0 -r 57ba92e96b7f src/share/jaxws_classes/javax/xml/ws/wsaddressing/W3CEndpointReference.java --- a/src/share/jaxws_classes/javax/xml/ws/wsaddressing/W3CEndpointReference.java Tue Feb 04 13:12:05 2014 -0800 +++ b/src/share/jaxws_classes/javax/xml/ws/wsaddressing/W3CEndpointReference.java Thu Feb 06 11:06:01 2014 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2010, 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() { }