make public for use for plugins
This commit is contained in:
parent
417fb8525d
commit
40f0540d8a
|
@ -37,7 +37,7 @@ import java.util.Iterator;
|
|||
import java.util.NoSuchElementException;
|
||||
|
||||
/** Adaptor ANTLR trees to {@link TreeForTreeLayout}. */
|
||||
class TreeLayoutAdaptor implements TreeForTreeLayout<Tree> {
|
||||
public class TreeLayoutAdaptor implements TreeForTreeLayout<Tree> {
|
||||
private static class AntlrTreeChildrenIterable implements Iterable<Tree> {
|
||||
private final Tree tree;
|
||||
|
||||
|
|
Loading…
Reference in New Issue