-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T13-A2 #296
base: master
Are you sure you want to change the base?
T13-A2 #296
Conversation
@kevin-ong please rename the pull request in the correct format. I cannot identify who is this. Acceptable now, but going forward submit one PR for one activity. add the comment "ready for review" once you have renamed the PR |
private static final String MESSAGE_ERROR_CREATING_STORAGE_FILE = "Error: unable to create file: %1$s"; | ||
private static final String MESSAGE_ERROR_MISSING_STORAGE_FILE = "Storage file missing: %1$s"; | ||
private static final String MESSAGE_ERROR_READING_FROM_FILE = "Unexpected error: unable to read from file: %1$s"; | ||
private static final String MESSAGE_ERROR_WRITING_TO_FILE = "Unexpected error: unable to write to file: %1$s"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think you messed up with the indentation; please check again?
Hi @kevin-ong, your pull request title is invalid. It should be in the format of Note that this comment is posted by a bot sorting all the pull request submissions. |
Made code smelly