Applied checkstyle rules

This commit is contained in:
Marcin Grzejszczak
2016-08-29 12:04:21 +02:00
parent c7a44b92ae
commit bfc2172d66
86 changed files with 509 additions and 482 deletions

View File

@@ -54,7 +54,7 @@ class Service {
}
public String getBase() {
return base;
return this.base;
}
public void setBase(String base) {