6949587: rename "DisjointType" to "DisjunctType"

Reviewed-by: mcimadamore
This commit is contained in:
Jonathan Gibbons 2010-10-26 14:29:48 -07:00
parent 35cc8afcf9
commit efaaa59c32
17 changed files with 48 additions and 48 deletions

View file

@ -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}.