Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrubbius committed Nov 6, 2018
1 parent 35e929f commit c82b8e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class ExportVolunteerXmlCommand extends Command {
+ "Parameters: INDEX (must be a positive integer)\n"
+ "Example: " + COMMAND_WORD + " 1";

private static final String MESSAGE_EXPORT_VOLUNTEER_SUCCESS = "Volunteer exported for volunteer at %1$d "
private static final String MESSAGE_EXPORT_VOLUNTEER_SUCCESS = "Volunteer exported for volunteer at %1$d ";
private static final String MESSAGE_EXPORT_VOLUNTEER_FAILED = "Volunteer export failed, please try again.";
private static final String TRANSFORMER_ERROR = "Transformer error.";
private static final String PARSER_ERROR = "Parser error.";
Expand Down

0 comments on commit c82b8e1

Please sign in to comment.