Skip to content

Commit

Permalink
Minor javadoc fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
acarbonetto authored and SanHalacogluImproving committed Feb 23, 2024
1 parent 498ad95 commit 31ebe6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public interface GenericBaseCommands {
* @param key The key to set timeout on it.
* @param seconds The timeout in seconds.
* @return <code>true</code> if the timeout was set. <code>false</code> if the timeout was not
* set. e.g. key doesn't exist, or operation skipped due to the provided arguments.
* set. e.g. <code>key</code> doesn't exist, or operation skipped due to the provided arguments.
*/
CompletableFuture<Boolean> expire(String key, long seconds);

Expand Down

0 comments on commit 31ebe6d

Please sign in to comment.