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

refactorings and general code cleanup #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

StefanSpieker
Copy link

This is in general just some code cleanup. The only thing is the replacing of

   Jenkins j = Jenkins.getInstance(); 

with

  Jenkins j = Jenkins.getInstanceOrNull();

I also added some Nonnull annotations for overrides, where applicable.

I'm not sure if the get() call would not be better, but I did not want to change behaviour.

@StefanSpieker StefanSpieker requested a review from jglick January 28, 2020 19:49
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.

1 participant