src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/Accessor.java

changeset 650
121e938cb9c3
parent 450
b0c2840e2513
child 760
e530533619ec
     1.1 --- a/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/Accessor.java	Tue Aug 26 14:30:24 2014 -0700
     1.2 +++ b/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/Accessor.java	Sun Aug 31 16:14:36 2014 +0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -148,7 +148,7 @@
    1.11  
    1.12      public void receive(UnmarshallingContext.State state, Object o) throws SAXException {
    1.13          try {
    1.14 -            set((BeanT) state.target, (ValueT) o);
    1.15 +            set((BeanT) state.getTarget(), (ValueT) o);
    1.16          } catch (AccessorException e) {
    1.17              Loader.handleGenericException(e, true);
    1.18          } catch (IllegalAccessError iae) {

mercurial