mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix pool
This commit is contained in:
@@ -98,12 +98,12 @@ public class PooledConnection extends ConnectionWrapper implements Poolable<Conn
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getLastBorrow() {
|
||||
public long getLastReturn() {
|
||||
return lastBorrow;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setLastBorrow(final long lastBorrow) {
|
||||
this.lastBorrow = lastBorrow;
|
||||
public void setLastReturn(final long lastReturn) {
|
||||
this.lastBorrow = lastReturn;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user