mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
ad0db6c1f5
commit
6a06d655c6
1 changed files with 5 additions and 6 deletions
|
@ -6,10 +6,10 @@
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Andrew Ferguson (Symbian) - initial API and implementation
|
* Andrew Ferguson (Symbian) - initial API and implementation
|
||||||
* Markus Schorn (Wind River Systems)
|
* Markus Schorn (Wind River Systems)
|
||||||
* Sergey Prigogin (Google)
|
* Sergey Prigogin (Google)
|
||||||
* Jens Elmenthaler - http://bugs.eclipse.org/173458 (camel case completion)
|
* Jens Elmenthaler - http://bugs.eclipse.org/173458 (camel case completion)
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.index.tests;
|
package org.eclipse.cdt.internal.index.tests;
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ public class EmptyIndexFragment implements IIndexFragment {
|
||||||
throws CoreException {
|
throws CoreException {
|
||||||
return IIndexFragmentBinding.EMPTY_INDEX_BINDING_ARRAY;
|
return IIndexFragmentBinding.EMPTY_INDEX_BINDING_ARRAY;
|
||||||
}
|
}
|
||||||
|
|
||||||
public IIndexMacro[] findMacros(char[] name, boolean isPrefix, boolean caseSensitive, IndexFilter filter, IProgressMonitor monitor) {
|
public IIndexMacro[] findMacros(char[] name, boolean isPrefix, boolean caseSensitive, IndexFilter filter, IProgressMonitor monitor) {
|
||||||
return IIndexMacro.EMPTY_INDEX_MACRO_ARRAY;
|
return IIndexMacro.EMPTY_INDEX_MACRO_ARRAY;
|
||||||
}
|
}
|
||||||
|
@ -105,7 +105,6 @@ public class EmptyIndexFragment implements IIndexFragment {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public IIndexFragmentFile[] getFiles(IIndexFileLocation location) throws CoreException {
|
public IIndexFragmentFile[] getFiles(IIndexFileLocation location) throws CoreException {
|
||||||
return new IIndexFragmentFile[0];
|
return new IIndexFragmentFile[0];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue