Skip to content

Commit 9061588

Browse files
committed
优化base64多jdk版本兼容
1 parent 72f5b95 commit 9061588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ For better performance, you can also customize the base64 tool. For example, jdk
258258

259259

260260
```
261-
public class YourBase64Encryptor implements Base64Encryptor{
261+
public class YourBase64Encryptor implements Base64Encryptor {
262262
263263
@Override
264264
public String encodeToString(byte[] src) {

0 commit comments

Comments
 (0)