< prev index next >

src/java.compiler/share/classes/javax/lang/model/type/UnionType.java

Print this page

        

@@ -28,13 +28,12 @@
 import java.util.List;
 
 /**
  * Represents a union type.
  *
- * As of the {@link javax.lang.model.SourceVersion#RELEASE_7
- * RELEASE_7} source version, union types can appear as the type
- * of a multi-catch exception parameter.
+ * Union types can appear as the type of a multi-catch exception
+ * parameter.
  *
  * @since 1.7
  */
 public interface UnionType extends TypeMirror {
 
< prev index next >