java-sdk
java-sdk copied to clipboard
Resources should be closed
https://github.com/qiniu/java-sdk/blob/6567d17ef99c5973c2180b313328cd69722129b5/src/main/java/com/qiniu/util/Md5.java#L33
Use try-with-resources or close this "FileOutputStream" in a "finally" clause.
https://github.com/qiniu/java-sdk/blob/6567d17ef99c5973c2180b313328cd69722129b5/src/main/java/com/qiniu/util/Md5.java#L33
Use try-with-resources or close this "FileOutputStream" in a "finally" clause.
@QiAnXinCodeSafe please use v7.6.0