src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/PropertyKind.java

changeset 368
0989ad8c0860
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
     1.1 --- a/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/PropertyKind.java	Thu Apr 04 19:05:24 2013 -0700
     1.2 +++ b/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/PropertyKind.java	Tue Apr 09 14:51:13 2013 +0100
     1.3 @@ -29,9 +29,6 @@
     1.4  import javax.xml.bind.annotation.XmlType;
     1.5  import javax.xml.bind.annotation.XmlInlineBinaryData;
     1.6  
     1.7 -import com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory;
     1.8 -
     1.9 -
    1.10  /**
    1.11   * An Enum that indicates if the property is
    1.12   * Element, ElementRef, Value, or Attribute.
    1.13 @@ -60,7 +57,7 @@
    1.14      public final boolean isOrdered;
    1.15  
    1.16      /**
    1.17 -     * {@link PropertyFactory} benefits from having index numbers assigned to
    1.18 +     * {@link com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory} benefits from having index numbers assigned to
    1.19       * {@link #ELEMENT}, {@link #REFERENCE}, and {@link #MAP} in this order.
    1.20       */
    1.21      public final int propertyIndex;

mercurial