1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-08 19:13:27 +02:00

fixed typeo

This commit is contained in:
David Inglis 2004-04-29 21:04:28 +00:00
parent 36934f4bc9
commit a0578a62c3

View file

@ -55,7 +55,7 @@ import org.eclipse.core.runtime.Plugin;
*/
public class PathEntryManager implements IPathEntryStoreListener, IElementChangedListener {
static String CONTAINER_INITIALIZER_EXTPOINT_ID = "pathEntryContainerInitializer"; //$NON-NLS-1$
static String CONTAINER_INITIALIZER_EXTPOINT_ID = "PathEntryContainerInitializer"; //$NON-NLS-1$
/**
* An empty array of strings indicating that a project doesn't have any prerequesite projects.
*/