6bd8f0502d
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