Searched refs:EMPTY_FILE (Results 1 – 2 of 2) sorted by relevance
51 public static final File[] EMPTY_FILE = new File[0]; field in ArrayUtils761 return (val != null) ? val : EMPTY_FILE; in defeatNullable()
58 public static final File[] EMPTY_FILE = new File[0]; field in ArrayUtils867 return (val != null) ? val : EMPTY_FILE; in defeatNullable()