Remove superfluous method override

This commit is contained in:
Sam Brannen 2022-11-14 17:11:58 +01:00
parent 5421a36c8f
commit 07ba13c9ca
1 changed files with 0 additions and 7 deletions

View File

@ -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;