1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2012-09-08 15:14:09 -07:00
parent 21bec6fcb4
commit 044f754d10

View file

@ -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.