Skip to content

Commit

Permalink
revoke changes to Config.java due to Travis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
evilmtv committed Nov 5, 2016
1 parent 103037d commit 124bf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/task/commons/core/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Config {
public static final String DEFAULT_CONFIG_FILE = "config.json";

// Config values customizable through config file
private String appTitle = "Task Manager";
private String appTitle = "Task App";
private Level logLevel = Level.INFO;
private String userPrefsFilePath = "preferences.json";
private String taskManagerFilePath = "data/taskmanager.xml";
Expand Down

0 comments on commit 124bf15

Please sign in to comment.