From 218111e722bb3b7fd38d7793b015f8686e312936 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Mon, 7 Mar 2011 03:23:15 +0000 Subject: [PATCH] Cosmetics. --- .../org/eclipse/cdt/internal/core/index/IIndexFragment.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/index/IIndexFragment.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/index/IIndexFragment.java index 8a29da2f01f..2bf77a9eaa4 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/index/IIndexFragment.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/index/IIndexFragment.java @@ -47,7 +47,7 @@ public interface IIndexFragment { /** * @see IIndex#SEARCH_ACROSS_LANGUAGE_BOUNDARIES */ - final int SEARCH_ACROSS_LANGUAGE_BOUNDARIES= IIndex.SEARCH_ACROSS_LANGUAGE_BOUNDARIES; + final int SEARCH_ACROSS_LANGUAGE_BOUNDARIES = IIndex.SEARCH_ACROSS_LANGUAGE_BOUNDARIES; /** * @see IIndex#FIND_DECLARATIONS_DEFINITIONS */ @@ -55,7 +55,7 @@ public interface IIndexFragment { /** * @see IIndex#FIND_ALL_OCCURRENCES */ - final int FIND_ALL_OCCURRENCES = IIndex.FIND_ALL_OCCURRENCES; + final int FIND_ALL_OCCURRENCES = IIndex.FIND_ALL_OCCURRENCES; /** * Property key for the fragment ID. The fragment ID should uniquely identify the fragments @@ -166,7 +166,6 @@ public interface IIndexFragment { */ IIndexFragmentBinding[] findMacroContainers(Pattern pattern, IndexFilter filter, IProgressMonitor monitor) throws CoreException; - /** * Searches for all bindings with qualified names that seen as an array of simple names equals * the given array of names.