Skip to content

Commit 07ba13c

Browse files
committed
Remove superfluous method override
1 parent 5421a36 commit 07ba13c

File tree

1 file changed

+0
-7
lines changed
  • spring-webflux/src/main/java/org/springframework/web/reactive/result/view

1 file changed

+0
-7
lines changed

spring-webflux/src/main/java/org/springframework/web/reactive/result/view/RedirectView.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,6 @@ public String[] getHosts() {
160160
return this.hosts;
161161
}
162162

163-
164-
@Override
165-
public void afterPropertiesSet() throws Exception {
166-
super.afterPropertiesSet();
167-
}
168-
169-
170163
@Override
171164
public boolean isRedirectView() {
172165
return true;

0 commit comments

Comments
 (0)