Skip to content

Commit 00c825b

Browse files
1autodidactmp911de
authored andcommitted
Fix quoted variable reference in documentation.
Closes #2850
1 parent 7c35464 commit 00c825b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/redis/hash-mappers.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class HashMapping {
4444
4545
public Person loadHash(String key) {
4646
47-
Map<byte[], byte[]> loadedHash = hashOperations.entries("key");
47+
Map<byte[], byte[]> loadedHash = hashOperations.entries(key);
4848
return (Person) mapper.fromHash(loadedHash);
4949
}
5050
}

0 commit comments

Comments
 (0)