Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Jun 20, 2024
1 parent fb0dfd2 commit ed69e4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void readFields(DataInput in) throws IOException {
}
}

@override
@Override
public void gsonPostProcess() throws IOException {
for (Table table : tblNameMap.values()) {
tblIdMap.put(table.getId(), table);
Expand Down

0 comments on commit ed69e4c

Please sign in to comment.