From 044f754d101b9622ddc6c4872f90ae606adfa13b Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Sat, 8 Sep 2012 15:14:09 -0700 Subject: [PATCH] Cosmetics. --- .../cdt/internal/core/index/IIndexFragmentInclude.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/index/IIndexFragmentInclude.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/index/IIndexFragmentInclude.java index e17e70ad6d4..f6c73bbc0fb 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/index/IIndexFragmentInclude.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/index/IIndexFragmentInclude.java @@ -6,9 +6,8 @@ * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Markus Schorn - initial API and implementation + * Markus Schorn - initial API and implementation *******************************************************************************/ - package org.eclipse.cdt.internal.core.index; import org.eclipse.cdt.core.index.IIndexInclude; @@ -19,7 +18,7 @@ public interface IIndexFragmentInclude extends IIndexInclude { * Empty array constant * @since 4.0.1 */ - IIndexFragmentInclude[] EMPTY_FRAGMENT_INCLUDES_ARRAY = new IIndexFragmentInclude[0]; + IIndexFragmentInclude[] EMPTY_FRAGMENT_INCLUDES_ARRAY = {}; /** * Returns the fragment that owns this include.