Skip to content

Commit

Permalink
Update Project.java
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Jul 24, 2023
1 parent 2b036a4 commit 3de17ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void save(String absolutePath) throws IOException {

private void loadFromStringWithContext(String string,SerializationContext context) {
JSONObject json = new JSONObject(string);
parseJSON(json,context);;
parseJSON(json,context);
}

public void parseJSON(JSONObject json,SerializationContext context) {
Expand Down

0 comments on commit 3de17ed

Please sign in to comment.