Browse Source

Fix checkstyle issue

pull/20676/head
Brian Clozel 6 years ago
parent
commit
87de8a5e15
  1. 2
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/WebFluxProperties.java

2
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/WebFluxProperties.java

@ -44,7 +44,7 @@ public class WebFluxProperties { @@ -44,7 +44,7 @@ public class WebFluxProperties {
private String staticPathPattern = "/**";
public String getBasePath() {
return basePath;
return this.basePath;
}
public void setBasePath(String basePath) {

Loading…
Cancel
Save