mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
Polishing
This commit is contained in:
+1
-2
@@ -150,8 +150,7 @@ public class ImportSelectorTests {
|
||||
|
||||
@Target(ElementType.TYPE)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Import({ DeferredImportSelector1.class, DeferredImportSelector2.class,
|
||||
ImportSelector1.class, ImportSelector2.class })
|
||||
@Import({DeferredImportSelector1.class, DeferredImportSelector2.class, ImportSelector1.class, ImportSelector2.class})
|
||||
public static @interface Sample {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user