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

Make error response final #203

Closed
wants to merge 1 commit into from
Closed

Conversation

robdann
Copy link

@robdann robdann commented Nov 8, 2019

Fixes: Fingerprint.java:234: error: local variable errorResponse is accessed from within inner class; needs to be declared final

Description

Prevent compile issues by making errorResponse final

How did you test your changes?

Compiled locally, no issues

Fixes: Fingerprint.java:234: error: local variable errorResponse is accessed from within inner class; needs to be declared final
@robdann robdann requested a review from NiklasMerz as a code owner November 8, 2019 07:04
@NiklasMerz
Copy link
Owner

Thank your for this fix but since #179 is about to come out this won't be necessary.

@robdann
Copy link
Author

robdann commented Nov 8, 2019 via email

@NiklasMerz
Copy link
Owner

Closed since #179 fixed this issue. Thank you for contributing!

@NiklasMerz NiklasMerz closed this Nov 12, 2019
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.

2 participants