Skip to content

Auto-port 4.1: Remove test annotations from a method that isn't a test#16798

Merged
chrisvest merged 1 commit into
4.1from
auto-port-pr-16792-to-4.1
May 14, 2026
Merged

Auto-port 4.1: Remove test annotations from a method that isn't a test#16798
chrisvest merged 1 commit into
4.1from
auto-port-pr-16792-to-4.1

Conversation

@netty-project-bot

Copy link
Copy Markdown
Contributor

Auto-port of #16792 to 4.1
Cherry-picked commit: 8670a5b


Motivation:
JUnit issues a warning that test methods should not return a value. The method is not actually a test.

Modification:
Remove test annotations from a test utility method.

Result:
No more warning from JUnit.

Motivation:
JUnit issues a warning that test methods should not return a value. The
method is not actually a test.

Modification:
Remove test annotations from a test utility method.

Result:
No more warning from JUnit.

(cherry picked from commit 8670a5b)
@chrisvest chrisvest added this to the 4.1.134.Final milestone May 14, 2026
@chrisvest chrisvest merged commit 4bacea2 into 4.1 May 14, 2026
19 checks passed
@chrisvest chrisvest deleted the auto-port-pr-16792-to-4.1 branch May 14, 2026 05:01
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