File tree Expand file tree Collapse file tree
src/main/java/seedu/address/logic/commands Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919public class MarkAttCommand extends Command {
2020
2121 public static final String COMMAND_WORD = "markatt" ;
22- public static final String MESSAGE_SUCCESS = "Attendance marked : \n %1$s - present" ;
23- public static final String MESSAGE_ALL_SUCCESS = "Attendance of all students marked!" ;
22+ public static final String MESSAGE_SUCCESS = "%s : \n Attendance - present" ;
23+ public static final String MESSAGE_ALL_SUCCESS = "Attendance of all students marked present !" ;
2424
2525 public static final String MESSAGE_USAGE = COMMAND_WORD
2626 + ": Marks the attendance of all students / a student in a class. \n "
Original file line number Diff line number Diff line change 1414public class UnmarkAttCommand extends Command {
1515
1616 public static final String COMMAND_WORD = "unmarkatt" ;
17- public static final String MESSAGE_SUCCESS = "Attendance unmarked : \n %1$s - absent" ;
17+ public static final String MESSAGE_SUCCESS = "%s : \n Attendance - absent" ;
1818
1919 public static final String MESSAGE_USAGE = COMMAND_WORD
2020 + ": Unmarks the attendance of a student in a class. \n "
You can’t perform that action at this time.
0 commit comments