Javadoc correction to agree with code

This commit is contained in:
Sebb 2018-05-09 09:47:25 +01:00
parent 393ad2db73
commit 362dd935f8

View File

@ -2600,7 +2600,7 @@ private boolean isJsonObject(final String valueAsString) {
}
/**
* Appends the given String in parenthesis to the given StringBuffer.
* Appends the given String enclosed in double-quotes to the given StringBuffer.
*
* @param buffer the StringBuffer to append the value to.
* @param value the value to append.