Skip to content

Commit 97023e1

Browse files
Fix Javadoc formatting in JSONObject and XMLParserConfiguration
1 parent 143db39 commit 97023e1

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

src/main/java/org/json/JSONObject.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,9 +1627,6 @@ private static <A extends Annotation> A getAnnotation(final Method m, final Clas
16271627
* implementations and interfaces has the annotation. Returns the depth of the
16281628
* annotation in the hierarchy.
16291629
*
1630-
* @param <A>
1631-
* type of the annotation
1632-
*
16331630
* @param m
16341631
* method to check
16351632
* @param annotationClass

src/main/java/org/json/XMLParserConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public XMLParserConfiguration (final boolean keepStrings) {
9494
* Configure the parser string processing to try and convert XML values to JSON values and
9595
* use the passed CDATA Tag Name the processing value. Pass <code>null</code> to
9696
* disable CDATA processing
97-
* @param cDataTagName<code>null</code> to disable CDATA processing. Any other value
97+
* @param cDataTagName <code>null</code> to disable CDATA processing. Any other value
9898
* to use that value as the JSONObject key name to process as CDATA.
9999
* @deprecated This constructor has been deprecated in favor of using the new builder
100100
* pattern for the configuration.
@@ -109,7 +109,7 @@ public XMLParserConfiguration (final String cDataTagName) {
109109
* Configure the parser to use custom settings.
110110
* @param keepStrings <code>true</code> to parse all values as string.
111111
* <code>false</code> to try and convert XML string values into a JSON value.
112-
* @param cDataTagName<code>null</code> to disable CDATA processing. Any other value
112+
* @param cDataTagName <code>null</code> to disable CDATA processing. Any other value
113113
* to use that value as the JSONObject key name to process as CDATA.
114114
* @deprecated This constructor has been deprecated in favor of using the new builder
115115
* pattern for the configuration.

0 commit comments

Comments
 (0)