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

changeset 368
0989ad8c0860
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
     1.1 --- a/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/LeafBeanInfoImpl.java	Thu Apr 04 19:05:24 2013 -0700
     1.2 +++ b/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/LeafBeanInfoImpl.java	Tue Apr 09 14:51:13 2013 +0100
     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, 2013, 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 @@ -79,6 +79,7 @@
    1.11              tagName = null;
    1.12      }
    1.13  
    1.14 +    @Override
    1.15      public QName getTypeName(BeanT instance) {
    1.16          QName tn = xducer.getTypeName(instance);
    1.17          if(tn!=null)    return tn;
    1.18 @@ -86,11 +87,11 @@
    1.19          return super.getTypeName(instance);
    1.20      }
    1.21  
    1.22 -    public final String getElementNamespaceURI(BeanT _) {
    1.23 +    public final String getElementNamespaceURI(BeanT t) {
    1.24          return tagName.nsUri;
    1.25      }
    1.26  
    1.27 -    public final String getElementLocalName(BeanT _) {
    1.28 +    public final String getElementLocalName(BeanT t) {
    1.29          return tagName.localName;
    1.30      }
    1.31  

mercurial