diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/util/ArrayUtil.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/util/ArrayUtil.java index 289f3aaa19a..997a2ab8f6e 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/util/ArrayUtil.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/util/ArrayUtil.java @@ -99,8 +99,7 @@ public abstract class ArrayUtil { /** * Assumes that array contains nulls at the end, only. * Appends element after the last non-null element. - * If the array is null or not large enough, a larger one is allocated, using - * the given class object. + * If the array is null or not large enough, a larger one is allocated. */ @SuppressWarnings("unchecked") static public T[] append(T[] array, T obj) {