Skip to content

Commit c9c73b6

Browse files
Reorder parameters in JavaDoc.
Original Pull Request: #356
1 parent ad5d226 commit c9c73b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ public interface KeyValueAdapter extends DisposableBean {
105105
/**
106106
* Get all elements for given keyspace.
107107
*
108-
* @param type must not be {@literal null}.
109108
* @param keyspace must not be {@literal null}.
109+
* @param type must not be {@literal null}.
110110
* @return empty {@link Collection} if nothing found.
111111
* @since 2.5
112112
*/
@@ -126,8 +126,8 @@ default <T> Iterable<T> getAllOf(String keyspace, Class<T> type) {
126126
/**
127127
* Returns a {@link CloseableIterator} that iterates over all entries.
128128
*
129-
* @param type must not be {@literal null}.
130129
* @param keyspace must not be {@literal null}.
130+
* @param type must not be {@literal null}.
131131
* @return
132132
* @since 2.5
133133
*/

0 commit comments

Comments
 (0)