make public for use for plugins

This commit is contained in:
Terence Parr 2014-01-08 17:13:06 -08:00 committed by Sam Harwell
parent 417fb8525d
commit 40f0540d8a
1 changed files with 1 additions and 1 deletions

View File

@ -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;