@@ -116,7 +116,7 @@ public class InspectionItemPlanConclusionServiceImpl extends BaseServiceImpl<Lon
@Override
public List<CourseSchedule> getPlanCourses(Long planId) {
InspectionItemPlan plan = inspectionItemPlanDao.get(planId);
- List<CourseSchedule> courseSchedules = new ArrayList<CourseSchedule>();
+ List<CourseSchedule> courseSchedules = new ArrayList<>();
if (plan == null) {
return courseSchedules;
}