Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhihang Yao committed Dec 20, 2023
1 parent 7ea6b47 commit c1259ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions citydb-config/src/main/java/org/citydb/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@

import com.alibaba.fastjson2.JSON;
import com.alibaba.fastjson2.JSONObject;
import com.alibaba.fastjson2.annotation.JSONField;

import java.util.HashMap;
import java.util.Map;

public class Config {
@JSONField(name = "config")
private Map<String, JSONObject> configs = new HashMap<>();

public Map<String, JSONObject> getConfigs() {
Expand Down

0 comments on commit c1259ff

Please sign in to comment.