client_java
client_java copied to clipboard
avoid unnecessary ArrayList creations; use Collections.singletonList …
…rather than Arrays.asList where possible