mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-19 14:15:50 +02:00
[cleanup] fix Javadoc warnings
This commit is contained in:
parent
ddcaee1294
commit
bf47813a05
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public interface ISystemProfileOperation {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run this operation. Should not be invoked directly.
|
* Run this operation. Should not be invoked directly.
|
||||||
* See {@link SystemProfileManager#run(ISystemProfileOperation)
|
* See {@link SystemProfileManager#run(ISystemProfileOperation)}
|
||||||
* @return The IStatus of the operation
|
* @return The IStatus of the operation
|
||||||
*/
|
*/
|
||||||
public IStatus run();
|
public IStatus run();
|
||||||
|
|
Loading…
Add table
Reference in a new issue