Skip to content

Commit 8365c90

Browse files
committed
Update javadocs.
1 parent bcb9b74 commit 8365c90

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/FeignClientFactoryBean.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
* @author Jasbir Singh
7272
* @author Hyeonmin Park
7373
* @author Felix Dittrich
74+
* @author Dominique Villard
7475
*/
7576
public class FeignClientFactoryBean
7677
implements FactoryBean<Object>, InitializingBean, ApplicationContextAware, BeanFactoryAware {

spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/FeignClientProperties.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
* @author Olga Maciaszek-Sharma
4545
* @author Hyeonmin Park
4646
* @author Jasbir Singh
47+
* @author Dominique Villard
4748
*/
4849
@ConfigurationProperties("spring.cloud.openfeign.client")
4950
public class FeignClientProperties {

spring-cloud-openfeign-core/src/test/java/org/springframework/cloud/openfeign/FeignClientCacheTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
/**
4343
* @author Sam Kruglov
44+
* @author Dominique Villard
4445
*/
4546
@SpringBootTest(classes = FeignClientCacheTests.TestConfiguration.class)
4647
@DirtiesContext

spring-cloud-openfeign-core/src/test/java/org/springframework/cloud/openfeign/FeignClientUsingPropertiesTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
* @author Ilia Ilinykh
8282
* @author Jonatan Ivanov
8383
* @author Hyeonmin Park
84+
* @author Dominique Villard
8485
*/
8586
@SuppressWarnings("FieldMayBeFinal")
8687
@SpringBootTest(classes = FeignClientUsingPropertiesTests.Application.class, webEnvironment = RANDOM_PORT)

0 commit comments

Comments
 (0)