Fix sonar issue

This commit is contained in:
René Pfeuffer
2018-11-27 14:23:26 +01:00
parent 338d065708
commit 82c8b86386

View File

@@ -32,8 +32,7 @@ public class ScmConstraintViolationException extends RuntimeException implements
private String furtherInformation; private String furtherInformation;
public static Builder doThrow() { public static Builder doThrow() {
Builder builder = new Builder(); return new Builder();
return builder;
} }
public Builder andThrow() { public Builder andThrow() {