Closes gh-13243
This commit is contained in:
Johnny Lim
2018-05-24 00:01:19 +09:00
committed by Stephane Nicoll
parent 547fa9d5c6
commit f385a1cb11
14 changed files with 21 additions and 21 deletions

View File

@@ -24,8 +24,8 @@ import lombok.Setter;
import org.springframework.boot.configurationsample.ConfigurationProperties;
/**
* Configuration properties using lombok @Data on element level and overwriting behaviour
* with @Getter und @Setter at field level.
* Configuration properties using Lombok @Data on element level and overwriting behaviour
* with @Getter and @Setter at field level.
*
* @author Jonas Keßler
*/