mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Remove superfluous method override
This commit is contained in:
-7
@@ -160,13 +160,6 @@ public class RedirectView extends AbstractUrlBasedView {
|
||||
return this.hosts;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void afterPropertiesSet() throws Exception {
|
||||
super.afterPropertiesSet();
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean isRedirectView() {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user