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;
|
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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user