summaryrefslogtreecommitdiff
path: root/javax/lang/model/type/TypeKind.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/lang/model/type/TypeKind.java')
-rw-r--r--javax/lang/model/type/TypeKind.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/javax/lang/model/type/TypeKind.java b/javax/lang/model/type/TypeKind.java
index 37d2c9d5d..5a0b97e24 100644
--- a/javax/lang/model/type/TypeKind.java
+++ b/javax/lang/model/type/TypeKind.java
@@ -1,5 +1,5 @@
/* TypeKind.java -- Represents the kind of a type.
- Copyright (C) 2012 Free Software Foundation, Inc.
+ Copyright (C) 2012, 2013 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -81,6 +81,8 @@ public enum TypeKind
SHORT,
/** A type variable */
TYPEVAR,
+ /** A union type. */
+ UNION,
/** A psuedo-type used for the void return type. */
VOID,
/** A wildcard type argument. */