Minor fix in goto symbol dialogue
This commit is contained in:
@@ -109,7 +109,7 @@ public class GotoSymbolDialog extends PopupDialog {
|
||||
if (element instanceof SymbolInformation) {
|
||||
String locationText = getSymbolLocationText((SymbolInformation) element);
|
||||
if (locationText != null) {
|
||||
s.append(locationText, stylers.italic());
|
||||
s = s.append(locationText, stylers.italic());
|
||||
}
|
||||
}
|
||||
return s;
|
||||
|
||||
Reference in New Issue
Block a user