提交 2dc5a732 编写于 作者: L lamber-ken 提交者: dailidong

[checkstyle] optimize java code checkstyle for EmptyStatement rule (#1373)

上级 da885977
......@@ -55,7 +55,7 @@ public class GanttDto {
this();
this.height = height;
this.tasks = tasks;
this.taskNames = taskNames;;
this.taskNames = taskNames;
}
public GanttDto(int height, List<Task> tasks, List<String> taskNames, Map<String, String> taskStatus) {
this.height = height;
......
......@@ -229,7 +229,9 @@
<property name="illegalClasses" value="java.util.Optional, com.google.common.base.Optional"/>
</module>
<module name="EmptyStatement"/>
<module name="EmptyStatement">
<property name="severity" value="error"/>
</module>
<module name="JavadocStyle"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册