1
0
mirror of synced 2026-08-05 17:57:15 +00:00

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:
Phillip Webb
2020-07-26 12:04:13 -07:00
committed by Rob Winch
parent 8866fa6fb0
commit 9e08b51ed3
558 changed files with 1418 additions and 102 deletions
@@ -72,7 +72,7 @@ public class SecurityEvaluationContextExtensionTests {
}
private SecurityExpressionRoot getRoot() {
return (SecurityExpressionRoot) this.securityExtension.getRootObject();
return this.securityExtension.getRootObject();
}
}