Skip to content

Commit 5b4cd7f

Browse files
committed
Complete A-Jar
1 parent eead94d commit 5b4cd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/duke/TaskList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class TaskList {
2424
* @return the Task with the start and end date if possible to parse
2525
* @throws DukeException if an exception occurs in the parsing of the message.
2626
*/
27-
public Task get_first_e(String[] stringList,int first) throws DukeException {
27+
public Task get_first_e(String[] stringList,int first) throws DukeException {
2828
Task c1;
2929
//System.out.println("help me");
3030
//System.out.println("here "+Arrays.toString(string_list));

0 commit comments

Comments
 (0)