fix a typo

This commit is contained in:
Jacky 2017-12-15 19:50:27 -05:00
parent 31a613f914
commit 93f60c848b

View File

@ -74,7 +74,7 @@ public class ProjectMetadata implements Jsonizable {
private JSONArray _importOptionMetadata = new JSONArray();
// user metadata
private JSONArray _userMetadata = new JSONArray();;
private JSONArray _userMetadata = new JSONArray();
private Map<String, Serializable> _customMetadata = new HashMap<String, Serializable>();
private PreferenceStore _preferenceStore = new PreferenceStore();