Skip to content

Commit

Permalink
Fix Checkstyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlimjr committed Oct 5, 2020
1 parent 7897340 commit 03ecf67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/seedu/address/testutil/GroupBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
import seedu.address.model.group.Group;
import seedu.address.model.group.Lesson;
import seedu.address.model.group.Student;
import seedu.address.model.group.StudentInfo;
import seedu.address.model.group.UniqueLessonList;
import seedu.address.model.group.UniqueStudentList;
import seedu.address.model.group.StudentInfo;
import seedu.address.model.util.SampleDataUtil;

/**
* A utility class to help with building Group objects.
Expand Down

0 comments on commit 03ecf67

Please sign in to comment.