mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix code
This commit is contained in:
parent
37f24b38ec
commit
1b3af6163c
@ -261,6 +261,7 @@ public class Base64 {
|
||||
* @return 解码后的bytes
|
||||
*/
|
||||
public static byte[] decode(final byte[] in) {
|
||||
//return java.util.Base64.getDecoder().decode(in);
|
||||
return Base64Decoder.INSTANCE.decode(in);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user