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

changeset 408
b0610cd08440
parent 397
b99d7e355d4b
child 449
bd943bdbce05
     1.1 --- a/src/share/jaxws_classes/javax/xml/bind/TypeConstraintException.java	Thu Sep 26 10:43:28 2013 -0700
     1.2 +++ b/src/share/jaxws_classes/javax/xml/bind/TypeConstraintException.java	Fri Oct 04 16:21:34 2013 +0100
     1.3 @@ -57,7 +57,7 @@
     1.4       * Exception reference
     1.5       *
     1.6       */
     1.7 -    private Throwable linkedException;
     1.8 +    private volatile Throwable linkedException;
     1.9  
    1.10  
    1.11      /**
    1.12 @@ -141,7 +141,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