mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-12-08 01:59:14 +08:00
fix code
This commit is contained in:
parent
b532ca01c5
commit
2d8fe7b468
@ -665,7 +665,9 @@ public class JschSftp extends AbstractFtp {
|
||||
@Override
|
||||
public void close() {
|
||||
JschUtil.close(this.channel);
|
||||
this.channel = null;
|
||||
JschUtil.close(this.session);
|
||||
this.session = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user