Skip to content

Commit

Permalink
Authorship edits
Browse files Browse the repository at this point in the history
  • Loading branch information
yeozongyao committed Apr 4, 2024
1 parent 4b1f6d9 commit 0609e25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import seedu.bookbuddy.parser.parservalidation.Exceptions;

public class ParserDisplay {
//@@ author joshuahoky
//@@author joshuahoky
static void parseDisplay(BookList books, String[] inputArray) {
int index;
assert inputArray.length >= 2 : "Command requires additional arguments";
Expand All @@ -14,7 +14,7 @@ static void parseDisplay(BookList books, String[] inputArray) {
index = Integer.parseInt(inputArray[1]);
BookDisplay.displayDetails(index, books);
}
//@@author joshuahoky

public static void executeParseAdd (BookList books, String[] inputArray) {
parseDisplay(books, inputArray);
}
Expand Down

0 comments on commit 0609e25

Please sign in to comment.