src/share/classes/com/sun/tools/javac/tree/Pretty.java

changeset 724
7755f47542a0
parent 609
13354e1abba7
child 798
4868a36f6fd8
     1.1 --- a/src/share/classes/com/sun/tools/javac/tree/Pretty.java	Fri Oct 22 14:04:33 2010 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/tree/Pretty.java	Tue Oct 26 14:29:48 2010 -0700
     1.3 @@ -1195,9 +1195,9 @@
     1.4          }
     1.5      }
     1.6  
     1.7 -    public void visitTypeDisjoint(JCTypeDisjoint tree) {
     1.8 +    public void visitTypeDisjunction(JCTypeDisjunction tree) {
     1.9          try {
    1.10 -            printExprs(tree.components, " | ");
    1.11 +            printExprs(tree.alternatives, " | ");
    1.12          } catch (IOException e) {
    1.13              throw new UncheckedIOException(e);
    1.14          }

mercurial