Skip to content

Commit 570fca4

Browse files
jxblummp911de
authored andcommitted
Fix invalid Javadoc references and tags.
Closes #396.
1 parent e50b435 commit 570fca4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/main/java/org/springframework/data/keyvalue/core/ForwardingCloseableIterator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @author Thomas Darimont
2929
* @author Oliver Gierke
3030
* @author Mark Paluch
31-
* @param <K>
32-
* @param <V>
3331
*/
3432
public class ForwardingCloseableIterator<T> implements CloseableIterator<T> {
3533

src/main/java/org/springframework/data/keyvalue/core/event/KeyValueEvent.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020

2121
/**
2222
* {@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.
2526
*
2627
* @author Christoph Strobl
2728
* @author Thomas Darimont

0 commit comments

Comments
 (0)