Skip to content

Commit b08d58f

Browse files
committed
Fix checkstyle error
1 parent 45c709c commit b08d58f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/java/org/crazycake/shiro/IRedisManager.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ public interface IRedisManager {
1717
byte[] get(byte[] key);
1818

1919
/**
20-
* set
21-
* @param key key
20+
* set value
21+
* @param key key
2222
* @param value value
23+
* @param expire expire
2324
* @return value
2425
*/
2526
byte[] set(byte[] key, byte[] value, int expire);

0 commit comments

Comments
 (0)