Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
commit
e8613ebfdc
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue