mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
Fix sonar issue
This commit is contained in:
@@ -32,8 +32,7 @@ public class ScmConstraintViolationException extends RuntimeException implements
|
||||
private String furtherInformation;
|
||||
|
||||
public static Builder doThrow() {
|
||||
Builder builder = new Builder();
|
||||
return builder;
|
||||
return new Builder();
|
||||
}
|
||||
|
||||
public Builder andThrow() {
|
||||
|
||||
Reference in New Issue
Block a user