Skip to content

Commit 87de8a5

Browse files
committed
Fix checkstyle issue
1 parent cbe83f8 commit 87de8a5

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class WebFluxProperties {
4444
private String staticPathPattern = "/**";
4545

4646
public String getBasePath() {
47-
return basePath;
47+
return this.basePath;
4848
}
4949

5050
public void setBasePath(String basePath) {

0 commit comments

Comments
 (0)