1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-07-30 21:15:29 -07:00
parent 35cae0899d
commit 43df92cc76

View file

@ -12,7 +12,7 @@
package org.eclipse.cdt.internal.core.index;
/**
* Constants used by IIndexFragment implementations for identifying persisted binding types
* Constants used by IIndexFragment implementations for identifying persisted binding types.
*/
public interface IIndexCPPBindingConstants {
int CPPVARIABLE = IIndexBindingConstants.LAST_CONSTANT + 1;