Merge pull request #101 from DuaneDu/master

Update JavaClassUtil.java
This commit is contained in:
shalousun 2021-04-09 15:41:01 +08:00 committed by GitHub
commit b63e1ba790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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."); + "() - bad @" + tagName + " javadoc from " + cls.getName() + ", must be add comment if you use it.");
} }
if (tagName.equals(tags.get(i).getName())) { if (tagName.equals(tags.get(i).getName())) {
if (i != 0) { if (result.length() > 0) {
result.append(","); result.append(",");
} }
result.append(value); result.append(value);