1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

cleanup: cast

This commit is contained in:
Andrew Gvozdev 2010-02-18 19:26:36 +00:00
parent 5b000a2d31
commit 8907380c2c

View file

@ -234,6 +234,7 @@ public class ConfigBasedPathEntryStore implements IPathEntryStore, ICProjectDesc
}
private static List<IPathEntry>[] createEntriesList(ICConfigurationDescription cfgDes, PathEntryCollector cr){
@SuppressWarnings("unchecked")
ArrayList<IPathEntry>[] es = new ArrayList[2];
es[0] = new ArrayList<IPathEntry>();
cr.getEntries(es[0], PathEntryTranslator.INCLUDE_USER, cfgDes);