test: tests for Base64Util

This commit is contained in:
siujamo
2025-06-04 10:14:03 +08:00
parent 6e46db2c26
commit 4702b3a293
3 changed files with 103 additions and 57 deletions
@@ -58,8 +58,6 @@ import java.util.Objects;
*/
public final class Base64Util {
private final static Logger log = LoggerFactory.getLogger(Base64Util.class);
/**
* Ensure that there is only one Base64 Encoder.
*