[PATCH] 8188240: Reflection Proxy should skip static methods

Aleksey Shipilev shade at redhat.com
Wed Mar 14 19:01:28 UTC 2018


On 03/14/2018 07:59 PM, Andrej Golovnin wrote:
> Hi David,
> 
> +                if (! Modifier.isStatic(m.getModifiers())) {
> 
> I think the whitespace after the ‘!’-sign should be removed.

I agree. No problem, I will remove this space in my patch queue.

-Aleksey



More information about the core-libs-dev mailing list