Skip to content

Commit 334e79d

Browse files
committed
Restore removed continue statement
1 parent c63b229 commit 334e79d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ public Environment findOne(String application, String profile, String label, boo
160160
this.logger.debug("Cannot load configuration from " + candidate.getUri() + ", cause: ("
161161
+ e.getClass().getSimpleName() + ") " + e.getMessage(), e);
162162
}
163+
continue;
163164
}
164165
}
165166
}

0 commit comments

Comments
 (0)