Fix typo in BasicJsonWriter.java
See gh-28890
This commit is contained in:
committed by
Stephane Nicoll
parent
c8648b523b
commit
4ac9b7bff2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user