File tree 2 files changed +3
-4
lines changed
src/main/java/org/springframework/data/keyvalue/core
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 28
28
* @author Thomas Darimont
29
29
* @author Oliver Gierke
30
30
* @author Mark Paluch
31
- * @param <K>
32
- * @param <V>
33
31
*/
34
32
public class ForwardingCloseableIterator <T > implements CloseableIterator <T > {
35
33
Original file line number Diff line number Diff line change 20
20
21
21
/**
22
22
* {@link KeyValueEvent} gets published for operations executed by eg.
23
- * {@link org.springframework.data.keyvalue.core.KeyValueTemplate}. Use the {@link #getType()} to determine which event
24
- * has been emitted.
23
+ * {@link org.springframework.data.keyvalue.core.KeyValueTemplate}.
24
+ *
25
+ * Use the {@link KeyValueEvent.KeyBasedEvent#getType()} to determine which event has been emitted.
25
26
*
26
27
* @author Christoph Strobl
27
28
* @author Thomas Darimont
You can’t perform that action at this time.
0 commit comments