[MINOR][BUILD] Fix Java Linter LineLength errors#14255
Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:minor_java_linter
Closed
[MINOR][BUILD] Fix Java Linter LineLength errors#14255dongjoon-hyun wants to merge 1 commit intoapache:masterfrom dongjoon-hyun:minor_java_linter
LineLength errors#14255dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:minor_java_linter
Conversation
Member
Author
|
Rebased to resolve conflicts. |
Member
Author
|
For easy comparison,
|
LineLength errorsLineLength errors
Member
|
OK |
Member
Author
|
Thank you for review, @srowen ! |
|
Test build #62507 has finished for PR 14255 at commit
|
|
Test build #62509 has finished for PR 14255 at commit
|
asfgit
pushed a commit
that referenced
this pull request
Jul 19, 2016
This PR fixes four java linter `LineLength` errors. Those are all `LineLength` errors, but we had better remove all java linter errors before release. After pass the Jenkins, `./dev/lint-java`. Author: Dongjoon Hyun <dongjoon@apache.org> Closes #14255 from dongjoon-hyun/minor_java_linter. (cherry picked from commit 556a943) Signed-off-by: Sean Owen <sowen@cloudera.com>
Member
|
Merged to master, and to 2.0 to make sure the lint errors are gone for release |
Member
Author
|
Thank you for merging! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR fixes four java linter
LineLengtherrors. Those are allLineLengtherrors, but we had better remove all java linter errors before release.How was this patch tested?
After pass the Jenkins,
./dev/lint-java.