Add TypeBinding.
This commit is contained in:
@@ -26,7 +26,7 @@ public class Printer {
|
||||
private static final String INDENTATION_UNIT = " ";
|
||||
private static final String LINE_SEPARATOR = System.getProperty("line.separator");
|
||||
|
||||
private final Appendable out;
|
||||
protected final Appendable out;
|
||||
private final int maxBlankLines;
|
||||
|
||||
private String indent = "";
|
||||
|
||||
Reference in New Issue
Block a user