Skip to content

Commit

Permalink
Update I18nEndpoint.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed May 9, 2024
1 parent 79f16c2 commit 501ec59
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public Map<String, Map<String, String>> invoke() {
int size = serviceMessageSources.size();
Map<String, Map<String, String>> allLocalizedResourceMessages = new LinkedHashMap<>(size);
for (int i = 0; i < size; i++) {
// FIXME
ServiceMessageSource serviceMessageSource = serviceMessageSources.get(i);
List<ServiceMessageSource> subServiceMessageSources = findAllServiceMessageSources(serviceMessageSource);
for (ServiceMessageSource subServiceMessageSource : subServiceMessageSources) {
Expand Down

0 comments on commit 501ec59

Please sign in to comment.