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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused FileHandler.writeToFile method #70

Merged
merged 1 commit into from May 10, 2016
Merged

Remove unused FileHandler.writeToFile method #70

merged 1 commit into from May 10, 2016

Conversation

benasocj
Copy link
Contributor

I saw that this method was used in previous revisions but isn't used anymore. So you might want to delete it.

BTW: The line if (i < strings.length) was not really needed anyway since it always evaluated to true, as this is the same condition as in the for loop definition.
I guess this should've been an if (i < strings.length - 1) instead? But it doesn't matter now anyway since the whole method would be removed with this PR anyway 馃槈.

@djschilling djschilling merged commit 0cfb3a6 into djschilling:master May 10, 2016
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.

None yet

2 participants