Skip to content

Commit

Permalink
Fix checkstyle errors
Browse files Browse the repository at this point in the history
  • Loading branch information
karenfrilya97 committed Apr 3, 2018
1 parent 639b8a7 commit 78160b9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import java.util.Collections;

import org.junit.Before;
import org.junit.Test;

import seedu.address.logic.CommandHistory;
import seedu.address.logic.UndoRedoStack;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import java.util.Collections;

import org.junit.Before;
import org.junit.Test;

import seedu.address.logic.CommandHistory;
import seedu.address.logic.UndoRedoStack;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static seedu.address.testutil.TypicalActivities.ASSIGNMENT1;
import static seedu.address.testutil.TypicalActivities.ASSIGNMENT3;
import static seedu.address.testutil.TypicalActivities.DEMO1;
import static seedu.address.testutil.TypicalActivities.getTypicalDeskBoard;
Expand Down
9 changes: 0 additions & 9 deletions src/test/java/seedu/address/testutil/TypicalActivities.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
package seedu.address.testutil;

import static seedu.address.logic.commands.CommandTestUtil.VALID_DATE_TIME_CS2010_QUIZ;
import static seedu.address.logic.commands.CommandTestUtil.VALID_DATE_TIME_MA2108_HOMEWORK;
import static seedu.address.logic.commands.CommandTestUtil.VALID_NAME_CS2010_QUIZ;
import static seedu.address.logic.commands.CommandTestUtil.VALID_NAME_MA2108_HOMEWORK;
import static seedu.address.logic.commands.CommandTestUtil.VALID_REMARK_CS2010_QUIZ;
import static seedu.address.logic.commands.CommandTestUtil.VALID_REMARK_MA2108_HOMEWORK;
import static seedu.address.logic.commands.CommandTestUtil.VALID_TAG_CS2010;
import static seedu.address.logic.commands.CommandTestUtil.VALID_TAG_MA2108;

import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
Expand Down

0 comments on commit 78160b9

Please sign in to comment.