Commit 41a79601 authored by Andy Wilkinson's avatar Andy Wilkinson

Polish

parent d8a4fff3
...@@ -156,7 +156,7 @@ public class AetherGrapeEngineTests { ...@@ -156,7 +156,7 @@ public class AetherGrapeEngineTests {
@Test @Test
public void resolutionWithCustomResolver() { public void resolutionWithCustomResolver() {
Map<String, Object> args = new HashMap<>(); Map<String, Object> args = new HashMap<String, Object>();
AetherGrapeEngine grapeEngine = createGrapeEngine(); AetherGrapeEngine grapeEngine = createGrapeEngine();
grapeEngine.addResolver(createResolver("spring-releases", "https://repo.spring.io/release")); grapeEngine.addResolver(createResolver("spring-releases", "https://repo.spring.io/release"));
Map<String, Object> dependency = createDependency("io.spring.docresources", "spring-doc-resources", Map<String, Object> dependency = createDependency("io.spring.docresources", "spring-doc-resources",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment