src/share/jaxws_classes/javax/xml/bind/JAXBException.java

changeset 408
b0610cd08440
parent 397
b99d7e355d4b
child 637
9c07ef4934dd
     1.1 --- a/src/share/jaxws_classes/javax/xml/bind/JAXBException.java	Thu Sep 26 10:43:28 2013 -0700
     1.2 +++ b/src/share/jaxws_classes/javax/xml/bind/JAXBException.java	Fri Oct 04 16:21:34 2013 +0100
     1.3 @@ -48,7 +48,7 @@
     1.4       * Exception reference
     1.5       *
     1.6       */
     1.7 -    private Throwable linkedException;
     1.8 +    private volatile Throwable linkedException;
     1.9  
    1.10      static final long serialVersionUID = -5621384651494307979L;
    1.11  
    1.12 @@ -133,7 +133,7 @@
    1.13       *                  indicates that the linked exception does not exist or
    1.14       *                  is unknown).
    1.15       */
    1.16 -    public synchronized void setLinkedException( Throwable exception ) {
    1.17 +    public void setLinkedException( Throwable exception ) {
    1.18          this.linkedException = exception;
    1.19      }
    1.20  

mercurial