Apply code cleanup rules to projects
Apply automated cleanup rules to add `@Override` and `@Deprecated` annotations and to fix class references used with static methods. Issue gh-8945
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ public class SecurityEvaluationContextExtensionTests {
|
||||
}
|
||||
|
||||
private SecurityExpressionRoot getRoot() {
|
||||
return (SecurityExpressionRoot) this.securityExtension.getRootObject();
|
||||
return this.securityExtension.getRootObject();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user