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 5984473 commit 9cbb90eCopy full SHA for 9cbb90e
src/main/java/org/codejive/jpm/json/AppInfo.java
@@ -16,7 +16,7 @@
16
* from/to files.
17
*/
18
public class AppInfo {
19
- private Map<String, Object> json;
+ private Map<String, Object> json = new TreeMap<>();
20
public Map<String, String> dependencies = new TreeMap<>();
21
22
/** The official name of the app.json file. */
0 commit comments