Skip to content

Commit

Permalink
Modify little things
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanael2611 committed Jul 19, 2019
1 parent 409f07e commit dc769be
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 16 additions & 9 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -96,7 +96,6 @@ public void reload() throws Exception {
properties.store(new OutputStreamWriter(new FileOutputStream(configFile), "UTF-8"), "");
input.close();
}

public void createPropertyIfNull(String key, String value) {
if(properties.getProperty(key) == null){
properties.setProperty(key, value);
Expand Down

0 comments on commit dc769be

Please sign in to comment.