mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
7033809: Rename "disjunctive" to "union" in javax.lang.model
Reviewed-by: mcimadamore, jjg
This commit is contained in:
parent
243b526b99
commit
777c93481f
24 changed files with 55 additions and 58 deletions
|
@ -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}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue