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
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Markus Schorn - initial API and implementation
|
* Markus Schorn - initial API and implementation
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.cdt.internal.core.index;
|
package org.eclipse.cdt.internal.core.index;
|
||||||
|
|
||||||
import org.eclipse.cdt.core.index.IIndexInclude;
|
import org.eclipse.cdt.core.index.IIndexInclude;
|
||||||
|
@ -19,7 +18,7 @@ public interface IIndexFragmentInclude extends IIndexInclude {
|
||||||
* Empty array constant
|
* Empty array constant
|
||||||
* @since 4.0.1
|
* @since 4.0.1
|
||||||
*/
|
*/
|
||||||
IIndexFragmentInclude[] EMPTY_FRAGMENT_INCLUDES_ARRAY = new IIndexFragmentInclude[0];
|
IIndexFragmentInclude[] EMPTY_FRAGMENT_INCLUDES_ARRAY = {};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the fragment that owns this include.
|
* Returns the fragment that owns this include.
|
||||||
|
|
Loading…
Add table
Reference in a new issue