Skip to content

Commit

Permalink
Fix files for checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
gongg21 committed Nov 14, 2023
1 parent 9ee1c4d commit 5dd3270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import seedu.codesphere.model.Model;
import seedu.codesphere.model.course.Course;

//Solution below adapted from https://github.com/AY2223S1-CS2103T-W11-4/tp/blob/master/src/main/java/seedu/waddle/logic/commands/SelectCommand.java
//Solution below adapted from https://github.com/AY2223S1-CS2103T-W11-4/tp
/**
* Moves to viewing of the selected course.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
import static seedu.codesphere.logic.Messages.MESSAGE_INVALID_COMMAND_FORMAT;

import seedu.codesphere.commons.core.index.Index;
import seedu.codesphere.commons.exceptions.IllegalValueException;
import seedu.codesphere.logic.commands.SelectCommand;
import seedu.codesphere.logic.parser.exceptions.ParseException;

//Solution below adapted from https://github.com/AY2223S1-CS2103T-W11-4/tp/blob/master/src/main/java/seedu/waddle/logic/parser/SelectCommandParser.java
//Solution below adapted from https://github.com/AY2223S1-CS2103T-W11-4/tp
/**
* Parses input arguments and creates a new SelectCommand object
*/
Expand Down

0 comments on commit 5dd3270

Please sign in to comment.