mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
fixed method name....
This commit is contained in:
parent
c1b98bfe79
commit
878d7fb0dd
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public abstract class PathEntryContainerInitializer {
|
|||
* @see CoreModel#setPathEntryContainer(IPath, ICProject[], IPathEntryContainer[], org.eclipse.core.runtime.IProgressMonitor)
|
||||
* @see PathContainerInitializer#canUpdatePathContainer(IPath, ICProject)
|
||||
*/
|
||||
public void requestClasspathContainerUpdate(IPath containerPath, ICProject project, IPathEntryContainer containerSuggestion) throws CoreException {
|
||||
public void requestPathEntryContainerUpdate(IPath containerPath, ICProject project, IPathEntryContainer containerSuggestion) throws CoreException {
|
||||
|
||||
// By default, path container initializers do not accept updating containers
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue