We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eead94d commit 5b4cd7fCopy full SHA for 5b4cd7f
src/main/java/duke/TaskList.java
@@ -24,7 +24,7 @@ public class TaskList {
24
* @return the Task with the start and end date if possible to parse
25
* @throws DukeException if an exception occurs in the parsing of the message.
26
*/
27
- public Task get_first_e(String[] stringList,int first) throws DukeException {
+ public Task get_first_e(String[] stringList,int first) throws DukeException {
28
Task c1;
29
//System.out.println("help me");
30
//System.out.println("here "+Arrays.toString(string_list));
0 commit comments