Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
acarbonetto committed Feb 21, 2024
1 parent 49029f8 commit 81089cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ 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. <code>key</code> 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 81089cf

Please sign in to comment.