mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-24 18:04:54 +08:00
fix code
This commit is contained in:
parent
b2eef99894
commit
ad07814775
@ -23,8 +23,8 @@ import java.io.Serializable;
|
||||
* 对象池接口,提供:
|
||||
* <ul>
|
||||
* <li>{@link #borrowObject()} 对象借出。</li>
|
||||
* <li>{@link #returnObject(Poolable)}对象归还。</li>
|
||||
* <li>{@link #free(Poolable)} 对象销毁。</li>
|
||||
* <li>{@link #returnObject(Object)}对象归还。</li>
|
||||
* <li>{@link #free(Object)} 对象销毁。</li>
|
||||
* </ul>
|
||||
* <p>
|
||||
* 对于对象池中对象维护,通过{@link PoolConfig#getMaxIdle()}控制,规则如下:
|
||||
|
Loading…
Reference in New Issue
Block a user