Remove superfluous method override

This commit is contained in:
Sam Brannen
2022-11-14 17:11:58 +01:00
parent 5421a36c8f
commit 07ba13c9ca

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;