mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
8af3ac61e0
commit
d2a6012539
1 changed files with 2 additions and 3 deletions
|
@ -3186,11 +3186,10 @@ public class CEditor extends TextEditor implements ISelectionChangedListener, IC
|
|||
* @since 5.0
|
||||
*/
|
||||
class OccurrencesAnnotationUpdaterJob extends Job {
|
||||
|
||||
private final IDocument fDocument;
|
||||
private final ISelection fSelection;
|
||||
private final ISelectionValidator fPostSelectionValidator;
|
||||
private boolean fCanceled= false;
|
||||
private boolean fCanceled;
|
||||
private final OccurrenceLocation[] fLocations;
|
||||
|
||||
public OccurrencesAnnotationUpdaterJob(IDocument document, OccurrenceLocation[] locations, ISelection selection, ISelectionValidator validator) {
|
||||
|
@ -3342,7 +3341,7 @@ public class CEditor extends TextEditor implements ISelectionChangedListener, IC
|
|||
return;
|
||||
newInput.addDocumentListener(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Updates the occurrences annotations based
|
||||
|
|
Loading…
Add table
Reference in a new issue