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

Fixed comment

This commit is contained in:
John Cortell 2010-02-25 19:33:57 +00:00
parent 414a66ba52
commit 35a8ff9f89
2 changed files with 2 additions and 2 deletions

View file

@ -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
*/

View file

@ -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
*/