mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2026-04-26 12:19:16 +00:00
Remove qualifier
This commit is contained in:
@@ -79,7 +79,7 @@ final class CompilerSymbolLabelProvider {
|
||||
case CompilerSymbolType.EQUATE_DEFINITION:
|
||||
result = equateDefintionImage;
|
||||
break;
|
||||
case com.wudsn.ide.lng.compiler.CompilerSymbolType.LABEL_DEFINITION:
|
||||
case CompilerSymbolType.LABEL_DEFINITION:
|
||||
result = labelDefinitionImage;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user