forked from Archives/Athou_commafeed
cleanup
This commit is contained in:
@@ -10,10 +10,6 @@ public class ApplicationPropertiesService {
|
||||
bundle = ResourceBundle.getBundle("application");
|
||||
}
|
||||
|
||||
public String getDatasource() {
|
||||
return bundle.getString("datasource");
|
||||
}
|
||||
|
||||
public String getVersion() {
|
||||
return bundle.getString("version");
|
||||
}
|
||||
@@ -21,8 +17,4 @@ public class ApplicationPropertiesService {
|
||||
public String getGitCommit() {
|
||||
return bundle.getString("git.commit");
|
||||
}
|
||||
|
||||
public boolean isProduction() {
|
||||
return Boolean.valueOf(bundle.getString("production"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user