Skip to content

Commit 9cb9c72

Browse files
committed
DATAES-638 - Polishing.
1 parent 1e96f7f commit 9cb9c72

File tree

1 file changed

+5
-1
lines changed
  • src/main/java/org/springframework/data/elasticsearch/annotations

1 file changed

+5
-1
lines changed

src/main/java/org/springframework/data/elasticsearch/annotations/MultiField.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
*/
1616
package org.springframework.data.elasticsearch.annotations;
1717

18-
import java.lang.annotation.*;
18+
import java.lang.annotation.Documented;
19+
import java.lang.annotation.ElementType;
20+
import java.lang.annotation.Retention;
21+
import java.lang.annotation.RetentionPolicy;
22+
import java.lang.annotation.Target;
1923

2024
/**
2125
* @author Rizwan Idrees

0 commit comments

Comments
 (0)