浏览代码

jfinal 4.6

James 6 年之前
父节点
当前提交
f044a9bc84
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/jfinal/plugin/redis/RedisPlugin.java

+ 1 - 1
src/main/java/com/jfinal/plugin/redis/RedisPlugin.java

@@ -66,7 +66,7 @@ public class RedisPlugin implements IPlugin {
 	
 	
 	public RedisPlugin(String cacheName, String host, int port, int timeout, String password) {
 	public RedisPlugin(String cacheName, String host, int port, int timeout, String password) {
 		this(cacheName, host, port, timeout);
 		this(cacheName, host, port, timeout);
-		// 当 password 未指时 jedis 底层不进行 auth 也可以进行操作
+		// 当 password 未指时 jedis 底层不进行 auth 也可以进行操作
 		// if (StrKit.isBlank(password))
 		// if (StrKit.isBlank(password))
 			// throw new IllegalArgumentException("password can not be blank.");
 			// throw new IllegalArgumentException("password can not be blank.");
 		this.password = password;
 		this.password = password;