Fix sonar findings: optional rest params boolean -> Boolean (#1990)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -136,7 +136,8 @@ public class SecurityContextSwitch {
|
||||
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
private final WithUser annotation;
|
||||
|
||||
private transient final WithUser annotation;
|
||||
|
||||
public WithUserSecurityContext(final WithUser annotation) {
|
||||
this.annotation = annotation;
|
||||
|
||||
Reference in New Issue
Block a user