mirror of
https://gitee.com/dcren/initializr.git
synced 2026-06-25 14:54:04 +08:00
Polish
This commit is contained in:
@@ -73,9 +73,7 @@ public class DependencyRangesInfoContributor implements InfoContributor {
|
||||
}
|
||||
}
|
||||
Map<String, Object> depInfo = new LinkedHashMap<>();
|
||||
dep.forEach((k, r) -> {
|
||||
depInfo.put(k, "Spring Boot " + r);
|
||||
});
|
||||
dep.forEach((k, r) -> depInfo.put(k, "Spring Boot " + r));
|
||||
details.put(dependency.getId(), depInfo);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user