Skip to content

Commit f93d429

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ https://github.com/APIJSON/APIJSON-Demo/blob/master/APIJSON-Java-Server/APIJSONB
8080
ColumnUtil.VERSIONED_TABLE_COLUMN_MAP.put(null, tableColumnMap);
8181

8282
Map<String, String> userKeyColumnMap = new HashMap<>();
83-
userKeyColumnMap.put("gender", "sex");
83+
userKeyColumnMap.put("gender", "sex"); // gender -> sex
8484

8585
Map<String, Map<String, String>> keyColumnMap = new HashMap<>();
8686
keyColumnMap.put("User", userKeyColumnMap);

0 commit comments

Comments
 (0)