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

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-05-24 17:47:49 +00:00
parent a8138c9ba2
commit a5d6d697f5

View file

@ -533,7 +533,7 @@ public class PathEntryManager implements IPathEntryStoreListener, IElementChange
private ArrayList<IPathEntry> getResolvedPathEntries(ICProject cproject, boolean generateMarkers) throws CModelException {
Object[] result = getResolvedPathEntries(cproject, generateMarkers, true);
if (result != null)
return (ArrayList<IPathEntry>)result[0];
return (ArrayList<IPathEntry>) result[0];
return null;
}