mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-08 19:13:27 +02:00
fixed typeo
This commit is contained in:
parent
36934f4bc9
commit
a0578a62c3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue