Skip to content

Commit 3719811

Browse files
Add myself as an author
1 parent 5af7cf3 commit 3719811

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/JGitEnvironmentRepository.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
* @author Ryan Lynch
8080
* @author Gareth Clay
8181
* @author ChaoDong Xi
82+
* @author Henri Tremblay
8283
*/
8384
public class JGitEnvironmentRepository extends AbstractScmEnvironmentRepository
8485
implements EnvironmentRepository, SearchPathLocator, InitializingBean {

spring-cloud-config-server/src/test/java/org/springframework/cloud/config/server/environment/JGitEnvironmentRepositoryIntegrationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
* @author Roy Clarkson
7272
* @author Daniel Lavoie
7373
* @author Ryan Lynch
74+
* @author Henri Tremblay
7475
*/
7576
public class JGitEnvironmentRepositoryIntegrationTests {
7677

spring-cloud-config-server/src/test/java/org/springframework/cloud/config/server/environment/JGitEnvironmentRepositoryTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
/**
9898
* @author Dave Syer
9999
* @author Gareth Clay
100+
* @author Henri Tremblay
100101
*/
101102
public class JGitEnvironmentRepositoryTests {
102103

0 commit comments

Comments
 (0)