mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix issue#503
This commit is contained in:
@@ -285,7 +285,7 @@ public class JschUtil {
|
||||
} catch (IOException e) {
|
||||
throw new IORuntimeException(e);
|
||||
} catch (JSchException e) {
|
||||
throw new IORuntimeException(e);
|
||||
throw new JschRuntimeException(e);
|
||||
} finally {
|
||||
IoUtil.close(in);
|
||||
close(channel);
|
||||
|
Reference in New Issue
Block a user