diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/ICPathContainerPage.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/ICPathContainerPage.java index d717f1b8184..c147323743b 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/ICPathContainerPage.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/ICPathContainerPage.java @@ -31,8 +31,8 @@ import org.eclipse.jface.wizard.IWizardPage; public interface ICPathContainerPage extends IWizardPage { /** - * Method initialize() is called before IClasspathContainerPage.setSelection - * to give additional information about the context the classpath container entry is configured in. This information + * Method initialize() is called before ICPathContainerPage.setSelection + * to give additional information about the context the path container entry is configured in. This information * only reflects the underlying dialogs current selection state. The user still can make changes after the * the classpath container pages has been closed or decide to cancel the operation. * @param project The project the new or modified entry is added to. The project does not have to exist.