Skip to content

LANG-1118: Fix StringUtils.repeat(char, int)#72

Closed
rikles wants to merge 2 commits intoapache:masterfrom
rikles:fix-LANG-1118
Closed

LANG-1118: Fix StringUtils.repeat(char, int)#72
rikles wants to merge 2 commits intoapache:masterfrom
rikles:fix-LANG-1118

Conversation

@rikles
Copy link
Copy Markdown
Member

@rikles rikles commented Apr 28, 2015

Close PR #68. Recreated due to rebase on master.

Now doing what is said in JavaDoc comment :
when passing a negative repeat value to the StringUtils.repeat(char, int) function, it returns an empty String instead of throwing a NegativeArraySizeException.

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.0%) to 93.83% when pulling 9cc9133 on rikles:fix-LANG-1118 into 63d8a02 on apache:master.

@britter
Copy link
Copy Markdown
Member

britter commented Apr 28, 2015

Hello @rikles I'm still trying to find out how to correctly merge PRs from the command line. Looks like it didn't work with this PR. Your changes have been merged. Can you close this PR please? :) Thank you!

@rikles
Copy link
Copy Markdown
Member Author

rikles commented Apr 30, 2015

Merged into master. Close PR.

@rikles rikles closed this Apr 30, 2015
@rikles rikles deleted the fix-LANG-1118 branch June 15, 2015 08:14
asfgit pushed a commit that referenced this pull request Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants