1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-19 06:05:56 +02:00

[cleanup] fix Javadoc warnings

This commit is contained in:
Martin Oberhuber 2008-02-12 15:31:59 +00:00
parent ddcaee1294
commit bf47813a05

View file

@ -21,7 +21,7 @@ public interface ISystemProfileOperation {
/**
* Run this operation. Should not be invoked directly.
* See {@link SystemProfileManager#run(ISystemProfileOperation)
* See {@link SystemProfileManager#run(ISystemProfileOperation)}
* @return The IStatus of the operation
*/
public IStatus run();