Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoseifert committed Apr 5, 2013
1 parent f48a06a commit d55939c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ public Boolean getBooleanProperty(String key) {
return null;
}
return Boolean.parseBoolean(value);
};
}

public String getStringProperty(String key) {
String value = properties.getProperty(key);
Expand Down

0 comments on commit d55939c

Please sign in to comment.