mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
Polish
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2019 the original author or authors.
|
||||
* Copyright 2012-2020 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -60,7 +60,7 @@ public class ProjectGenerationInvokerTests {
|
||||
|
||||
private static final InitializrMetadata metadata = InitializrMetadataTestBuilder.withDefaults().build();
|
||||
|
||||
private ProjectGenerationInvoker invoker;
|
||||
private ProjectGenerationInvoker<ProjectRequest> invoker;
|
||||
|
||||
private AnnotationConfigApplicationContext context;
|
||||
|
||||
@@ -69,7 +69,7 @@ public class ProjectGenerationInvokerTests {
|
||||
@BeforeEach
|
||||
void setup() {
|
||||
setupContext();
|
||||
this.invoker = new ProjectGenerationInvoker(this.context, this.eventPublisher,
|
||||
this.invoker = new ProjectGenerationInvoker<>(this.context, this.eventPublisher,
|
||||
new DefaultProjectRequestToDescriptionConverter());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user