Github user ham1 commented on the issue:
https://github.com/apache/jmeter/pull/345
Yes, that's correct, I some how missed it in the docs.
I've suggested on https://github.com/checkstyle/checkstyle/issues/5305 that
the error message is changed to something like:
`"Return count is 2 (maxForVoid allowed is 1). [ReturnCount10]"`
or
`"Void return count is 2 (max allowed is 1). [ReturnCount10]"`
to perhaps help prevent the confusion.---
