Reorder parameters in JavaDoc.

Original Pull Request: #356
This commit is contained in:
Christoph Strobl
2021-03-15 07:52:12 +01:00
parent ad5d2268ec
commit c9c73b6eb3

View File

@@ -105,8 +105,8 @@ public interface KeyValueAdapter extends DisposableBean {
/**
* Get all elements for given keyspace.
*
* @param type must not be {@literal null}.
* @param keyspace must not be {@literal null}.
* @param type must not be {@literal null}.
* @return empty {@link Collection} if nothing found.
* @since 2.5
*/
@@ -126,8 +126,8 @@ public interface KeyValueAdapter extends DisposableBean {
/**
* Returns a {@link CloseableIterator} that iterates over all entries.
*
* @param type must not be {@literal null}.
* @param keyspace must not be {@literal null}.
* @param type must not be {@literal null}.
* @return
* @since 2.5
*/