Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
oppofind 2021-04-09 15:46:02 +08:00
commit e8613ebfdc
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ public class JavaClassUtil {
+ "() - bad @" + tagName + " javadoc from " + cls.getName() + ", must be add comment if you use it.");
}
if (tagName.equals(tags.get(i).getName())) {
if (i != 0) {
if (result.length() > 0) {
result.append(",");
}
result.append(value);