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;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class RegexListSearcherTest {
|
public class RegexListSearcherTest {
|
||||||
private static final List<String> EMPTY = ImmutableList.of();
|
private static final ImmutableList<String> EMPTY = ImmutableList.of();
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void emptyList() {
|
public void emptyList() {
|
||||||
|
|||||||
Reference in New Issue
Block a user