Clean up a lot of ErrorProne and Checkstyle warnings. #2983

So I can see what else is wrong.
This commit is contained in:
Mark H. Wood
2020-07-23 13:00:36 -04:00
parent b14f52313e
commit 0076e6b37b
16 changed files with 65 additions and 59 deletions

View File

@@ -57,6 +57,7 @@ public class ProcessBuilder extends AbstractBuilder<Process, ProcessService> {
}
}
@Override
public Process build() {
try {
processService.update(context, process);
@@ -68,6 +69,7 @@ public class ProcessBuilder extends AbstractBuilder<Process, ProcessService> {
return process;
}
@Override
protected ProcessService getService() {
return processService;
}