From 748193a677b60b246eb05efc268063849686ba0e Mon Sep 17 00:00:00 2001 From: David Inglis Date: Fri, 30 Apr 2004 20:23:48 +0000 Subject: [PATCH] doc update --- .../src/org/eclipse/cdt/ui/wizards/ICPathContainerPage.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.