Remove superfluous method override
This commit is contained in:
parent
5421a36c8f
commit
07ba13c9ca
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue