mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
21bec6fcb4
commit
044f754d10
1 changed files with 2 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue