Fix checkstyle issue

This commit is contained in:
Brian Clozel
2020-03-24 23:11:05 +01:00
parent cbe83f8db5
commit 87de8a5e15

View File

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