Increases the indentation level by one.
()
| 202 | * Increases the indentation level by one. |
| 203 | */ |
| 204 | public void incrementIndent() { |
| 205 | ++indentLevel; |
| 206 | } |
| 207 | |
| 208 | /** |
| 209 | * Decreases the indentation level by one. |
no outgoing calls
no test coverage detected