src/share/classes/javax/lang/model/type/TypeKind.java

changeset 969
8cc5b440fdde
parent 851
cad51b6eb7a6
child 1436
f6f1fd261f57
     1.1 --- a/src/share/classes/javax/lang/model/type/TypeKind.java	Mon Apr 04 19:36:26 2011 +0100
     1.2 +++ b/src/share/classes/javax/lang/model/type/TypeKind.java	Wed Apr 06 19:30:57 2011 -0700
     1.3 @@ -140,11 +140,11 @@
     1.4      OTHER,
     1.5  
     1.6      /**
     1.7 -      * A disjunctive type.
     1.8 +      * A union type.
     1.9        *
    1.10        * @since 1.7
    1.11        */
    1.12 -    DISJUNCTIVE;
    1.13 +    UNION;
    1.14  
    1.15      /**
    1.16       * Returns {@code true} if this kind corresponds to a primitive

mercurial