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

remove warning.

This commit is contained in:
Alain Magloire 2004-08-31 17:04:10 +00:00
parent 7fb669d877
commit 5efbcb92a6

View file

@ -54,8 +54,7 @@ public abstract class Parent extends CElement {
CElementInfo info = getElementInfo();
if (info != null)
return info.getChildren();
else
return new ICElement[]{};
return NO_ELEMENTS;
}
/**