Merge pull request #28890 from eltociear
* pr/28890: Fix typo in BasicJsonWriter.java Closes gh-28890
This commit is contained in:
commit
13c68aab52
|
@ -245,7 +245,7 @@ class BasicJsonWriter {
|
||||||
/**
|
/**
|
||||||
* Increase the indentation level and execute the {@link Runnable}. Decrease the
|
* Increase the indentation level and execute the {@link Runnable}. Decrease the
|
||||||
* indentation level on completion.
|
* 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) {
|
public IndentingWriter indented(Runnable runnable) {
|
||||||
indent();
|
indent();
|
||||||
|
|
Loading…
Reference in New Issue