Use immutable type for static declaration
Change-Id: Idf1d165be9ca6e873572dc2e33f4d768122b743d
This commit is contained in:
		| @@ -24,7 +24,7 @@ import java.util.List; | ||||
| import org.junit.Test; | ||||
|  | ||||
| public class RegexListSearcherTest { | ||||
|   private static final List<String> EMPTY = ImmutableList.of(); | ||||
|   private static final ImmutableList<String> EMPTY = ImmutableList.of(); | ||||
|  | ||||
|   @Test | ||||
|   public void emptyList() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Patrick Hiesel
					Patrick Hiesel