mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -261,6 +261,7 @@ public class Base64 {
|
|||||||
* @return 解码后的bytes
|
* @return 解码后的bytes
|
||||||
*/
|
*/
|
||||||
public static byte[] decode(final byte[] in) {
|
public static byte[] decode(final byte[] in) {
|
||||||
|
//return java.util.Base64.getDecoder().decode(in);
|
||||||
return Base64Decoder.INSTANCE.decode(in);
|
return Base64Decoder.INSTANCE.decode(in);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user