Fix invalid Javadoc references and tags.

Closes #396.
This commit is contained in:
John Blum
2021-09-23 13:37:00 -07:00
committed by Mark Paluch
parent 79239ce100
commit 4bb23916ce
2 changed files with 3 additions and 4 deletions

View File

@@ -28,8 +28,6 @@ import org.springframework.util.Assert;
* @author Thomas Darimont
* @author Oliver Gierke
* @author Mark Paluch
* @param <K>
* @param <V>
*/
public class ForwardingCloseableIterator<T> implements CloseableIterator<T> {

View File

@@ -20,8 +20,9 @@ import org.springframework.lang.Nullable;
/**
* {@link KeyValueEvent} gets published for operations executed by eg.
* {@link org.springframework.data.keyvalue.core.KeyValueTemplate}. Use the {@link #getType()} to determine which event
* has been emitted.
* {@link org.springframework.data.keyvalue.core.KeyValueTemplate}.
*
* Use the {@link KeyValueEvent.KeyBasedEvent#getType()} to determine which event has been emitted.
*
* @author Christoph Strobl
* @author Thomas Darimont