Skip to content

Commit 9b9cf81

Browse files
authored
Update APIJSONVerifier.java
1 parent 3e5e651 commit 9b9cf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/apijson/framework/APIJSONVerifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public static <T> JSONObject initAccess(boolean shutdownWhenServerError, APIJSON
253253
newMap.put(alias, map);
254254
fakeDeleteMap.put(alias, fakemap);
255255
newTKMap.put(alias, name);
256-
tableSchemaMap.put(alias,schema);
256+
tableSchemaMap.put(alias, schema);
257257

258258
if (ENABLE_VERIFY_COLUMN) {
259259
JSONObject columns = item.getJSONObject("columns");

0 commit comments

Comments
 (0)