1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-11 02:05:39 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-07-31 14:43:03 -07:00
parent 221b77a28e
commit 96d87270a5

View file

@ -105,7 +105,8 @@ public class ObjectSet<T> extends ObjectTable<T> {
return; return;
for (T obj : objs) { for (T obj : objs) {
if( obj != null ) add( obj ); if (obj != null)
add(obj);
} }
} }