Skip to content

Commit 5f84e78

Browse files
committed
Add @author attribution
See gh-42472
1 parent 4f96bea commit 5f84e78

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/context/MessageSourceAutoConfiguration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
* @author Phillip Webb
6060
* @author Eddú Meléndez
6161
* @author Marc Becker
62+
* @author Misagh Moayyed
6263
* @since 1.5.0
6364
*/
6465
@AutoConfiguration

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/context/MessageSourceProperties.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
*
3333
* @author Stephane Nicoll
3434
* @author Kedar Joshi
35+
* @author Misagh Moayyed
3536
* @since 2.0.0
3637
*/
3738
@ConfigurationProperties(prefix = "spring.messages")

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/context/MessageSourceAutoConfigurationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
* @author Stephane Nicoll
4545
* @author Kedar Joshi
4646
* @author Marc Becker
47+
* @author Misagh Moayyed
48+
* @author Phillip Webb
4749
*/
4850
class MessageSourceAutoConfigurationTests {
4951

0 commit comments

Comments
 (0)