Polishing

This commit is contained in:
Juergen Hoeller
2020-02-12 18:32:32 +01:00
parent d0d8c6e749
commit a4179b4795
3 changed files with 4 additions and 1 deletions

View File

@@ -541,6 +541,7 @@ public class ImportSelectorTests {
.collect(Collectors.toMap(entry -> entry.getKey().getClassName(),
Map.Entry::getValue));
}
private final List<Entry> instanceImports = new ArrayList<>();
@Override