Skip to content

Commit bb189c7

Browse files
authored
Update README.md
1 parent caf52fb commit bb189c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ https://github.com/APIJSON/APIJSON-Demo/blob/master/APIJSON-Java-Server/APIJSONB
8282
Map<String, String> userKeyColumnMap = new HashMap<>();
8383
userKeyColumnMap.put("gender", "sex");
8484

85-
Map<String, Map<String, String>> tableKeyColumnMap = new HashMap<>();
86-
tableKeyColumnMap.put("User", userKeyColumnMap);
85+
Map<String, Map<String, String>> keyColumnMap = new HashMap<>();
86+
keyColumnMap.put("User", userKeyColumnMap);
8787

88-
ColumnUtil.VERSIONED_KEY_COLUMN_MAP.put(null, tableKeyColumnMap);
88+
ColumnUtil.VERSIONED_KEY_COLUMN_MAP.put(null, keyColumnMap);
8989

9090
ColumnUtil.init();
9191
}

0 commit comments

Comments
 (0)