Skip to content
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

[T2A4][W15-A2] Wang Ce #254

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

wangce94
Copy link

No description provided.

@wangce94
Copy link
Author

ready for review

*/
private ArrayList<String> capitalizeEachWord(ArrayList<String> stringsToBeCapitalized) {
ArrayList<String> capitalizedString = new ArrayList<String>();
for(String i : stringsToBeCapitalized) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

colon here should have space on the right only, in your case:

for (String word: wordsToBeCapitalized) {

@@ -1087,6 +1110,7 @@ private static String getUsageInfoForAllCommands() {
+ getUsageInfoForViewCommand() + LS
+ getUsageInfoForDeleteCommand() + LS
+ getUsageInfoForClearCommand() + LS
+ getUsageInfoForSortCommand() + LS
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good that you update the help info as well

@mauris
Copy link

mauris commented Feb 5, 2017

Some comments added. Feel free to add more comment if you have any questions. Once you are done, you may close the PR after reading comments.

@mauris mauris added the Reviewed label Feb 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants