+ improved JedisCF dispose contract
This commit is contained in:
@@ -121,7 +121,7 @@ public class JedisConnectionFactory implements InitializingBean, DisposableBean,
|
||||
}
|
||||
}
|
||||
|
||||
public void destroy() throws Exception {
|
||||
public void destroy() {
|
||||
if (usePool && pool != null) {
|
||||
pool.destroy();
|
||||
pool = null;
|
||||
|
||||
Reference in New Issue
Block a user