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;
|
return this.hosts;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void afterPropertiesSet() throws Exception {
|
|
||||||
super.afterPropertiesSet();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isRedirectView() {
|
public boolean isRedirectView() {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue