Skip to content

Commit

Permalink
Complete A-Jar
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-av committed Oct 3, 2019
1 parent eead94d commit 5b4cd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/duke/TaskList.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class TaskList {
* @return the Task with the start and end date if possible to parse
* @throws DukeException if an exception occurs in the parsing of the message.
*/
public Task get_first_e(String[] stringList,int first) throws DukeException {
public Task get_first_e(String[] stringList,int first) throws DukeException {
Task c1;
//System.out.println("help me");
//System.out.println("here "+Arrays.toString(string_list));
Expand Down

0 comments on commit 5b4cd7f

Please sign in to comment.