7033809: Rename "disjunctive" to "union" in javax.lang.model

Reviewed-by: mcimadamore, jjg
This commit is contained in:
Joe Darcy 2011-04-06 19:30:57 -07:00
parent 243b526b99
commit 777c93481f
24 changed files with 55 additions and 58 deletions

View file

@ -232,9 +232,9 @@ public interface Tree {
PARAMETERIZED_TYPE(ParameterizedTypeTree.class),
/**
* Used for instances of {@link DisjunctiveTypeTree}.
* Used for instances of {@link UnionTypeTree}.
*/
DISJUNCTIVE_TYPE(DisjunctiveTypeTree.class),
UNION_TYPE(UnionTypeTree.class),
/**
* Used for instances of {@link TypeCastTree}.