-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[ZEPPELIN-3225] Minor fix for missing annotations #3759
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
Conversation
|
Can you please add Travis CI link? |
|
Even master branch build is failed.
https://travis-ci.org/github/KirillTurchinskii/zeppelin/builds
вс, 3 мая 2020 г. в 11:38, Alex Ott <[email protected]>:
… Can you please add Travis CI link?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3759 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFOQDL6HX4CG5MCGLCXXUF3RPUUQPANCNFSM4MX22WKQ>
.
|
|
Can you restart only failed jobs? (click icon on the right of the job) |
| * @return | ||
| */ | ||
| protected String createLoginPayload(String login, char[] pwd) { | ||
| protected String createLoginPayload(String login, char ... pwd) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reason for this change?
| import static org.junit.Assert.assertEquals; | ||
| import static org.junit.Assert.assertNotNull; | ||
| import static org.junit.Assert.assertThat; | ||
| import static org.junit.Assert.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer a list of imports and no wildcard.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checkstyle plugin should catchup this, at least in main code....
|
New pull request |
What is this PR for?
Some code refactoring is done, annotations added, and some of warnings has been removed
What type of PR is it?
Refactoring
Todos
Refactoring and Annotations added
###What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3225?filter=12348928
How should this be tested?
Screenshots (if appropriate)
Questions: