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

changeset 1455
75ab654b5cd5
parent 1409
33abf479f202
child 2525
2eb010b6cb22
equal deleted inserted replaced
1454:02a18f209ab3 1455:75ab654b5cd5
79 } 79 }
80 80
81 /** 81 /**
82 * Print list. 82 * Print list.
83 */ 83 */
84 protected void print(List<? extends DocTree> list) throws IOException { 84 public void print(List<? extends DocTree> list) throws IOException {
85 for (DocTree t: list) { 85 for (DocTree t: list) {
86 print(t); 86 print(t);
87 } 87 }
88 } 88 }
89 89

mercurial