Skip to content

Commit 0478521

Browse files
committed
Restore removed continue statement
1 parent c63b229 commit 0478521

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
@@ -161,6 +161,7 @@ public Environment findOne(String application, String profile, String label, boo
161161
+ e.getClass().getSimpleName() + ") " + e.getMessage(), e);
162162
}
163163
}
164+
continue;
164165
}
165166
}
166167
}

0 commit comments

Comments
 (0)