Skip to content

Commit

Permalink
Fix checkstyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxiyang committed Nov 12, 2018
1 parent 45c709c commit b08d58f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/org/crazycake/shiro/IRedisManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ public interface IRedisManager {
byte[] get(byte[] key);

/**
* set
* @param key key
* set value
* @param key key
* @param value value
* @param expire expire
* @return value
*/
byte[] set(byte[] key, byte[] value, int expire);
Expand Down

0 comments on commit b08d58f

Please sign in to comment.