mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +02:00
Fixed comment
This commit is contained in:
parent
414a66ba52
commit
35a8ff9f89
2 changed files with 2 additions and 2 deletions
|
@ -153,7 +153,7 @@ public class MoveToLineActionDelegate implements IEditorActionDelegate, IActionD
|
|||
}
|
||||
|
||||
/**
|
||||
* Binds this action to operate on the given part's run to line adapter.
|
||||
* Binds this action to operate on the given part's IMoveToLineTarget adapter.
|
||||
*
|
||||
* @param part
|
||||
*/
|
||||
|
|
|
@ -153,7 +153,7 @@ public class ResumeAtLineActionDelegate implements IEditorActionDelegate, IActio
|
|||
}
|
||||
|
||||
/**
|
||||
* Binds this action to operate on the given part's run to line adapter.
|
||||
* Binds this action to operate on the given part's IResumeAtLineTarget adapter.
|
||||
*
|
||||
* @param part
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue