1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +02:00

[cleanup] fix javadoc

This commit is contained in:
Martin Oberhuber 2007-02-19 12:06:26 +00:00
parent b1c4c24a12
commit 9c56967e02
3 changed files with 4 additions and 4 deletions

View file

@ -369,7 +369,7 @@ public class SystemNewFilterAction
/**
* <i><b>Overridable</b> lifecyle method. </i><br>
* Create and return the actual wizard.
* By default this returns an instance of {@link org.eclipse.rse.filters.ui.wizards.SystemNewFilterWizard}.
* By default this returns an instance of {@link SystemNewFilterWizard}.
* <p>
* You can avoid creating your own wizard subclass by instead overriding
* {@link #configureNewFilterWizard(SystemNewFilterWizard)}

View file

@ -315,7 +315,7 @@ public class SystemFetchOperation extends JobChangeAdapter implements IRunnableW
/**
* If this operation can safely be run in the background, then subclasses can
* override this method and return <code>true</code>. This will make their
* action run in a {@link org.eclipse.core.runtime.Job}.
* action run in a {@link org.eclipse.core.runtime.jobs.Job}.
* Subsclass that override this method should
* also override the <code>getJobName()</code> method.
*

View file

@ -39,7 +39,7 @@ import org.eclipse.swt.widgets.Shell;
* To use this class, simply subclass it and override the appropriate methods in it, such as:</p>
* <ul>
* <li>any of the supportsXXX() configuration methods you wish to change.
* <li>{@link #createSubSystemInternal(org.eclipse.rse.model.IHost)}, to instantiate your subsystem class.
* <li>{@link #createSubSystemInternal(org.eclipse.rse.core.model.IHost)}, to instantiate your subsystem class.
* </ul>
* <p>
* For additional customization of the subsystem, you may supply a {@link SubSystemConfigurationAdapter},
@ -224,7 +224,7 @@ public abstract class ServiceSubSystemConfiguration extends SubSystemConfigurati
* This method is only called for filters within subsystems created by this subsystem factory.<br>
* By default, this returns null. Override if appropriate.
*
* @see org.eclipse.rse.core.subsystems.SubSystemConfiguration#getFilterActions(ISystemFilter,Shell)
* @see SubSystemConfigurationAdapter#getFilterActions(ISubSystemConfiguration, ISystemFilter, Shell)
*
* @return Vector of IAction objects, which usually are subclasses of {@link org.eclipse.rse.ui.actions.SystemBaseAction SystemBaseAction} or
* {@link org.eclipse.rse.ui.actions.SystemBaseDialogAction SystemBaseDialogAction} or