1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-05-20 03:16:33 +00:00
parent 8af3ac61e0
commit d2a6012539

View file

@ -3186,11 +3186,10 @@ public class CEditor extends TextEditor implements ISelectionChangedListener, IC
* @since 5.0 * @since 5.0
*/ */
class OccurrencesAnnotationUpdaterJob extends Job { class OccurrencesAnnotationUpdaterJob extends Job {
private final IDocument fDocument; private final IDocument fDocument;
private final ISelection fSelection; private final ISelection fSelection;
private final ISelectionValidator fPostSelectionValidator; private final ISelectionValidator fPostSelectionValidator;
private boolean fCanceled= false; private boolean fCanceled;
private final OccurrenceLocation[] fLocations; private final OccurrenceLocation[] fLocations;
public OccurrencesAnnotationUpdaterJob(IDocument document, OccurrenceLocation[] locations, ISelection selection, ISelectionValidator validator) { public OccurrencesAnnotationUpdaterJob(IDocument document, OccurrenceLocation[] locations, ISelection selection, ISelectionValidator validator) {
@ -3342,7 +3341,7 @@ public class CEditor extends TextEditor implements ISelectionChangedListener, IC
return; return;
newInput.addDocumentListener(this); newInput.addDocumentListener(this);
} }
} }
/** /**
* Updates the occurrences annotations based * Updates the occurrences annotations based