Skip to content

Commit bcff9d4

Browse files
committed
Fix unused import
1 parent f04d6d9 commit bcff9d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-integration-core/src/main/java/org/springframework/integration/config/annotation/AnnotationMetadataAdapter.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package org.springframework.integration.config.annotation;
1818

19-
import java.util.Map;
2019
import java.util.Set;
2120

2221
import org.springframework.core.annotation.MergedAnnotations;
@@ -25,7 +24,7 @@
2524

2625
/**
2726
* An {@link AnnotationMetadata} implementation to expose a metadata
28-
* by the provided {@link Map} of attributes.
27+
* by the provided {@link java.util.Map} of attributes.
2928
*
3029
* @author Artem Bilan
3130
*

0 commit comments

Comments
 (0)