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

Removed a confusing comment.

This commit is contained in:
Sergey Prigogin 2015-03-04 13:49:01 -08:00
parent 0966863ef7
commit c9a8d9e849

View file

@ -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);