Skip to content

Commit 039e15b

Browse files
efdknittlfrankmp911de
authored andcommitted
DATAREDIS-1035 - Fix Javadoc of RedisKeyExpiredEvent.
Original pull request: #478.
1 parent c67d413 commit 039e15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/redis/core/RedisKeyExpiredEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* {@link RedisKeyExpiredEvent} is Redis specific {@link ApplicationEvent} published when a specific key in Redis
27-
* expires. It might but must not hold the expired value itself next to the key.
27+
* expires. It might hold the expired value itself next to the key, but is not required to do so.
2828
*
2929
* @author Christoph Strobl
3030
* @author Mark Paluch

0 commit comments

Comments
 (0)