Prints the current indentation
()
| 115 | * Prints the current indentation |
| 116 | */ |
| 117 | public void printin() { |
| 118 | writer.print(SPACES.substring(0, indent)); |
| 119 | } |
| 120 | |
| 121 | /** |
| 122 | * Prints the current indentation, followed by the given string |
no test coverage detected