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

Fix error catching issues in travis build #178

Merged
merged 3 commits into from
Jul 17, 2018
Merged

Conversation

matthieun
Copy link
Collaborator

@matthieun matthieun commented Jul 17, 2018

This might be a resolution for #165

@matthieun matthieun changed the title Buildfix Fix error catching issues in travis build Jul 17, 2018
@matthieun matthieun added the Bug label Jul 17, 2018
@matthieun
Copy link
Collaborator Author

Good, it failed!

new FileOutputStream(outputFile));
final InputStream inputStream = file.getInputStream(current))
Copy link
Contributor

Choose a reason for hiding this comment

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

Why were all these final keywords removed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There is a checkstyle rule saying those are redundant.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

<module name="RedundantModifier" />

@jwpgage
Copy link
Contributor

jwpgage commented Jul 17, 2018

LGTM! Thanks @matthieun

@jwpgage jwpgage merged commit b0e83d7 into osmlab:dev Jul 17, 2018
@matthieun matthieun deleted the buildfix branch July 17, 2018 23:43
@matthieun matthieun added this to the 5.1.5 milestone Jul 30, 2018
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