fix: 代码规范
This commit is contained in:
parent
70e06449f9
commit
bd8e5ce815
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue