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 findbugs warning in cli #414

Merged
merged 1 commit into from
Oct 26, 2017
Merged

fix findbugs warning in cli #414

merged 1 commit into from
Oct 26, 2017

Conversation

dguy
Copy link
Contributor

@dguy dguy commented Oct 25, 2017

fix various findbugs warnings in cli module #412

Copy link
Contributor

@apurvam apurvam left a comment

Choose a reason for hiding this comment

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

LGTM, thanks! I left a question out of curiosity.

terminal.flush();
}
try (Scanner topicStreamScanner = new Scanner(topicResponse.getResponse(), StandardCharsets.UTF_8.name())) {
Future<?> topicPrintFuture = queryStreamExecutorService.submit(() -> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Does findbugs suggest using a lambda, or is this just a cleanup?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That was just a cleanup.

@dguy dguy merged commit 0454344 into confluentinc:4.0.x Oct 26, 2017
@dguy dguy deleted the findbugs-cli branch October 26, 2017 09:46
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