From 74b716c6d3c9b4fc95eb4eede09fc570b39ddad3 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Fri, 16 Sep 2011 17:48:08 -0700 Subject: [PATCH] Cosmetics. --- .../cdt/internal/index/tests/EmptyIndexFragment.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/EmptyIndexFragment.java b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/EmptyIndexFragment.java index aa1a2b965dd..30d98de7f11 100644 --- a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/EmptyIndexFragment.java +++ b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/EmptyIndexFragment.java @@ -6,10 +6,10 @@ * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Andrew Ferguson (Symbian) - initial API and implementation - * Markus Schorn (Wind River Systems) - * Sergey Prigogin (Google) - * Jens Elmenthaler - http://bugs.eclipse.org/173458 (camel case completion) + * Andrew Ferguson (Symbian) - initial API and implementation + * Markus Schorn (Wind River Systems) + * Sergey Prigogin (Google) + * Jens Elmenthaler - http://bugs.eclipse.org/173458 (camel case completion) *******************************************************************************/ package org.eclipse.cdt.internal.index.tests; @@ -74,7 +74,7 @@ public class EmptyIndexFragment implements IIndexFragment { throws CoreException { return IIndexFragmentBinding.EMPTY_INDEX_BINDING_ARRAY; } - + public IIndexMacro[] findMacros(char[] name, boolean isPrefix, boolean caseSensitive, IndexFilter filter, IProgressMonitor monitor) { return IIndexMacro.EMPTY_INDEX_MACRO_ARRAY; } @@ -105,7 +105,6 @@ public class EmptyIndexFragment implements IIndexFragment { return null; } - public IIndexFragmentFile[] getFiles(IIndexFileLocation location) throws CoreException { return new IIndexFragmentFile[0]; }