Polish contribution

See gh-28239
This commit is contained in:
Stephane Nicoll
2021-10-13 09:07:46 +02:00
parent 1770f065a5
commit cc8d7fc605
4 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@ import org.springframework.boot.configurationsample.ConfigurationProperties;
/**
* Configuration properties using lombok @Getter and @Setter with explicitly defining
* AccessLevel. PUBLIC on element level and overwriting behaviour at field level.
* AccessLevel.PUBLIC on element level and overwriting behaviour at field level.
*
* @author Jonas Keßler
*/