1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 20:05:35 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-03-06 23:49:06 +00:00
parent 3d9f5a3c93
commit 7d376a5e01

View file

@ -6,7 +6,7 @@
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* Andrew Ferguson (Symbian) - Initial implementation * Andrew Ferguson (Symbian) - Initial implementation
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.core.index.provider; package org.eclipse.cdt.core.index.provider;
@ -15,7 +15,7 @@ import org.eclipse.cdt.core.settings.model.ICConfigurationDescription;
/** /**
* This interface is intended for ISVs to implement when plugging a mechanism * This interface is intended for ISVs to implement when plugging a mechanism
* for read-only/off-line indexes into the CIndex.ReadOnlyPDOMProvider extension point element. * for read-only/off-line indexes into the CIndex.ReadOnlyPDOMProvider extension point element.
* *
* @noextend This interface is not intended to be extended by clients. * @noextend This interface is not intended to be extended by clients.
* @noimplement This interface is not intended to be implemented by clients. * @noimplement This interface is not intended to be implemented by clients.
* @since 4.0 * @since 4.0