Polish
This commit is contained in:
@@ -19,6 +19,7 @@ package org.springframework.boot.configurationsample.specific;
|
||||
import org.springframework.boot.configurationsample.ConfigurationProperties;
|
||||
|
||||
/**
|
||||
* Sample with builder style setters.
|
||||
*
|
||||
* @author Stephane Nicoll
|
||||
*/
|
||||
@@ -28,7 +29,7 @@ public class BuilderPojo {
|
||||
private String name;
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
return this.name;
|
||||
}
|
||||
|
||||
public BuilderPojo setName(String name) {
|
||||
|
||||
Reference in New Issue
Block a user