We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca515b commit f95ab92Copy full SHA for f95ab92
1 file changed
src/main/java/apijson/framework/APIJSONObjectParser.java
@@ -42,8 +42,8 @@ public class APIJSONObjectParser<T extends Object> extends AbstractObjectParser<
42
* @throws Exception
43
*/
44
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);
+ , boolean isSubQuery, boolean isTable, boolean isArrayMainTable) throws Exception {
+ super(request, parentPath, arrayConfig, isSubQuery, isTable, isArrayMainTable);
47
}
48
49
@Override
0 commit comments