Skip to content

Commit 61dc264

Browse files
Sean LearySean Leary
Sean Leary
authored and
Sean Leary
committed
Revert "Merge pull request #886 from Simulant87/884-strictmode-javadoc"
This reverts commit 8983ca6, reversing changes made to d02ac0f.
1 parent ab1b9a3 commit 61dc264

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/json/JSONTokener.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,10 @@ public char nextClean() throws JSONException {
284284
* Backslash processing is done. The formal JSON format does not
285285
* allow strings in single quotes, but an implementation is allowed to
286286
* accept them.
287-
* If strictMode is true, this implementation will not accept unbalanced quotes (e.g will not accept <code>"test'</code>).
287+
* If strictMode is true, this implementation will not accept unbalanced quotes (e.g will not accept <code>"test'</code>)
288288
* @param quote The quoting character, either
289289
* <code>"</code>&nbsp;<small>(double quote)</small> or
290290
* <code>'</code>&nbsp;<small>(single quote)</small>.
291-
* @param strictMode If true, this implementation will not accept unbalanced quotes (e.g will not accept <code>"test'</code>).
292291
* @return A String.
293292
* @throws JSONException Unterminated string or unbalanced quotes if strictMode == true.
294293
*/

0 commit comments

Comments
 (0)