Skip to content

Commit a444804

Browse files
authored
Merge pull request #55 from alipay/feature-base64
优化base64多jdk版本兼容
2 parents f6d5ae6 + 9061588 commit a444804

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)