diff -r 26b065bb4ee7 -r 8cc5b440fdde src/share/classes/javax/lang/model/type/TypeKind.java --- a/src/share/classes/javax/lang/model/type/TypeKind.java Mon Apr 04 19:36:26 2011 +0100 +++ b/src/share/classes/javax/lang/model/type/TypeKind.java Wed Apr 06 19:30:57 2011 -0700 @@ -140,11 +140,11 @@ OTHER, /** - * A disjunctive type. + * A union type. * * @since 1.7 */ - DISJUNCTIVE; + UNION; /** * Returns {@code true} if this kind corresponds to a primitive