mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Typo.
This commit is contained in:
parent
e73091a618
commit
866f945428
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ import org.eclipse.cdt.internal.ui.viewsupport.SelectionListenerWithASTManager;
|
|||
public class QuickAssistLightBulbUpdater {
|
||||
|
||||
public static class AssistAnnotation extends Annotation implements IAnnotationPresentation {
|
||||
//XXX: To be fully correct this should be a non-static fields in QuickAssistLightBulbUpdater
|
||||
//XXX: To be fully correct this should be a non-static field in QuickAssistLightBulbUpdater
|
||||
private static final int LAYER;
|
||||
|
||||
static {
|
||||
|
|
Loading…
Add table
Reference in a new issue