|
|
|
@ -245,7 +245,7 @@ class BasicJsonWriter {
@@ -245,7 +245,7 @@ class BasicJsonWriter {
|
|
|
|
|
/** |
|
|
|
|
* Increase the indentation level and execute the {@link Runnable}. Decrease the |
|
|
|
|
* indentation level on completion. |
|
|
|
|
* @param runnable the code to execute withing an extra indentation level |
|
|
|
|
* @param runnable the code to execute within an extra indentation level |
|
|
|
|
*/ |
|
|
|
|
public IndentingWriter indented(Runnable runnable) { |
|
|
|
|
indent(); |
|
|
|
|