fix: 代码规范

This commit is contained in:
jianxing 2022-03-31 14:17:08 +08:00
parent 70e06449f9
commit bd8e5ce815
1 changed files with 0 additions and 2 deletions

View File

@ -413,8 +413,6 @@ public class ZentaoPlatform extends AbstractIssuePlatform {
}
private String zentao2MsDescription(String ztDescription) {
StringBuilder resultStr = new StringBuilder();
String imgRegex ="<img src.*?/>";
Pattern pattern = Pattern.compile(imgRegex);
Matcher matcher = pattern.matcher(ztDescription);