We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb189c7 commit f93d429Copy full SHA for f93d429
README.md
@@ -80,7 +80,7 @@ https://github.com/APIJSON/APIJSON-Demo/blob/master/APIJSON-Java-Server/APIJSONB
80
ColumnUtil.VERSIONED_TABLE_COLUMN_MAP.put(null, tableColumnMap);
81
82
Map<String, String> userKeyColumnMap = new HashMap<>();
83
- userKeyColumnMap.put("gender", "sex");
+ userKeyColumnMap.put("gender", "sex"); // gender -> sex
84
85
Map<String, Map<String, String>> keyColumnMap = new HashMap<>();
86
keyColumnMap.put("User", userKeyColumnMap);
0 commit comments