Skip to content

Commit 5ac23da

Browse files
committed
Expose KeyValueAdapter from KeyValueOperations.
See #563
1 parent 6fd289c commit 5ac23da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public interface KeyValueOperations extends DisposableBean {
194194

195195
/**
196196
* @return {@link KeyValueAdapter} in use.
197-
* @since 3.2.4
197+
* @since 3.1.10
198198
*/
199199
KeyValueAdapter getKeyValueAdapter();
200200
}

0 commit comments

Comments
 (0)