Skip to content

Commit

Permalink
edit existing javadoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rexkoh425 committed Sep 23, 2024
1 parent f9545bc commit 2ba59c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/TheThinker/File/NewFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void loadFile() throws FileNotFoundException {
* If task type is not T or D or E , the task will be ignored.
*
* @param parameters A string array containing parameters to initialise different task.
* Todo : [task type , task description].
* Task : [task type , task description].
* Deadline : [task type , task description , deadline].
* Event : [task type , task description , start time , end time].
*/
Expand Down

0 comments on commit 2ba59c4

Please sign in to comment.