mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6949587: rename "DisjointType" to "DisjunctType"
Reviewed-by: mcimadamore
This commit is contained in:
parent
35cc8afcf9
commit
efaaa59c32
17 changed files with 48 additions and 48 deletions
|
@ -234,9 +234,9 @@ public interface Tree {
|
|||
PARAMETERIZED_TYPE(ParameterizedTypeTree.class),
|
||||
|
||||
/**
|
||||
* Used for instances of {@link DisjointTypeTree}.
|
||||
* Used for instances of {@link DisjunctiveTypeTree}.
|
||||
*/
|
||||
DISJOINT_TYPE(DisjointTypeTree.class),
|
||||
DISJUNCTIVE_TYPE(DisjunctiveTypeTree.class),
|
||||
|
||||
/**
|
||||
* Used for instances of {@link TypeCastTree}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue