netty5/handler/src
jimin 3e836bd3fe Call to ‘asList’ with only one argument could be replaced with ‘singletonList’ (#9288)
Motivation:

asList should only be used if there are multiple elements.

Modification:

Call to asList with only one argument could be replaced with singletonList

Result:

Cleaner code and a bit of memory savings
2019-06-26 21:07:11 +02:00
..
main/java/io/netty/handler Don't filter out TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (#9274) 2019-06-24 23:11:47 +02:00
test Call to ‘asList’ with only one argument could be replaced with ‘singletonList’ (#9288) 2019-06-26 21:07:11 +02:00