Skip to content

Commit f95ab92

Browse files
committed
misspelled word
1 parent 1ca515b commit f95ab92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/apijson/framework/APIJSONObjectParser.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public class APIJSONObjectParser<T extends Object> extends AbstractObjectParser<
4242
* @throws Exception
4343
*/
4444
public APIJSONObjectParser(HttpSession session, @NotNull JSONObject request, String parentPath, SQLConfig<T> arrayConfig
45-
, boolean isSubquery, boolean isTable, boolean isArrayMainTable) throws Exception {
46-
super(request, parentPath, arrayConfig, isSubquery, isTable, isArrayMainTable);
45+
, boolean isSubQuery, boolean isTable, boolean isArrayMainTable) throws Exception {
46+
super(request, parentPath, arrayConfig, isSubQuery, isTable, isArrayMainTable);
4747
}
4848

4949
@Override

0 commit comments

Comments
 (0)