mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
Removed a confusing comment.
This commit is contained in:
parent
0966863ef7
commit
c9a8d9e849
1 changed files with 0 additions and 2 deletions
|
@ -372,8 +372,6 @@ public class CEditor extends TextEditor implements ICEditor, ISelectionChangedLi
|
|||
return createFormattingContext(selectedRange.x, selectedRange.y, false);
|
||||
}
|
||||
|
||||
// This method is called when the Platform version is 4.5 or higher.
|
||||
// @Override
|
||||
@Override
|
||||
protected IFormattingContext createFormattingContext(int selectionOffset, int selectionLength) {
|
||||
return createFormattingContext(selectionOffset, selectionLength, true);
|
||||
|
|
Loading…
Add table
Reference in a new issue