Skip to content

Commit 3e5f2e7

Browse files
Remove star imports
1 parent 0fa6a6d commit 3e5f2e7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/java/seedu/duke/flashcard/FlashcardCommandParser.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
package seedu.duke.flashcard;
22

3-
import seedu.duke.flashcard.command.*;
3+
import seedu.duke.flashcard.command.FlashcardCommand;
4+
import seedu.duke.flashcard.command.CreateFlashcardCommand;
5+
import seedu.duke.flashcard.command.ListFlashcardsCommand;
6+
import seedu.duke.flashcard.command.StartReviewCommand;
7+
import seedu.duke.flashcard.command.UnknownCommand;
48

59
public class FlashcardCommandParser {
610
public FlashcardCommand parseInput(String input) {

0 commit comments

Comments
 (0)