Apply "type inference for generic instance creation" Java 7 feature
Change-Id: Ia14802c903ca67b9d94dc6038d70b0e9644bc621
This commit is contained in:
		| @@ -39,7 +39,7 @@ final class FlushCaches extends CacheCommand { | ||||
|   private static final String WEB_SESSIONS = "web_sessions"; | ||||
|  | ||||
|   @Option(name = "--cache", usage = "flush named cache", metaVar = "NAME") | ||||
|   private List<String> caches = new ArrayList<String>(); | ||||
|   private List<String> caches = new ArrayList<>(); | ||||
|  | ||||
|   @Option(name = "--all", usage = "flush all caches") | ||||
|   private boolean all; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 David Ostrovsky
					David Ostrovsky