yangyichao-mango commented on a change in pull request #3184:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/3184#discussion_r453151806
##########
File path:
dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapperTest.java
##########
@@ -51,6 +51,23 @@
@Autowired
ProjectMapper projectMapper;
+ /**
+ * insert process instance with specified start time and end time,set
state to SUCCESS
+ * @param startTime
+ * @param endTime
+ * @return
+ */
+ private ProcessInstance insertOne(Date startTime,Date endTime){
Review comment:
```suggestion
private ProcessInstance insertOne(Date startTime, Date endTime) {
```
Please configure the checkstyle.xml plugin[1] to your IDE to format code.
[1] https://github.com/apache/incubator-dolphinscheduler/tree/dev/style
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]