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

Organize imports #636

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Organize imports #636

merged 1 commit into from
Aug 15, 2024

Conversation

basil
Copy link
Member

@basil basil commented Aug 15, 2024

  • Remove unused imports
  • Replace star imports with individual imports to match Jenkins core convention
  • Remove unnecessary static imports and inner class imports for consistency with core
  • Sort imports

Testing done

mvn clean verify -DskipTests

@basil basil added the skip-changelog A PR that is excluded from Release draft - used by Release Drafter label Aug 15, 2024
@basil basil requested a review from a team as a code owner August 15, 2024 05:06
@timja timja added chore a PR that adds to maintenance - used by Release Drafter and removed skip-changelog A PR that is excluded from Release draft - used by Release Drafter labels Aug 15, 2024
@timja timja merged commit 936ac56 into jenkinsci:master Aug 15, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore a PR that adds to maintenance - used by Release Drafter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants