Skip to content

[Code] Clean up unnecessary public modifiers #1775

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

Merged
merged 1 commit into from
Sep 12, 2019
Merged

Conversation

mpkorstanje
Copy link
Contributor

Summary

JUnit 5 tests and test classes can be package private. The public
modifier simply adds nothing but ceremony. Cleaning this up will remove
a large number of inspection warnings.

JUnit 5 tests and test classes can be package private. The public
modifier simply adds nothing but ceremony. Cleaning this up will remove
a large number of inspection warnings.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.635% when pulling 0a7b1a4 on clean-up-modifiers into 7df31da on master.

@mpkorstanje mpkorstanje merged commit 07a3b49 into master Sep 12, 2019
@mpkorstanje mpkorstanje deleted the clean-up-modifiers branch September 12, 2019 20:57
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