mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
[260786] - [menu] Typo in RetargetDebugContextAction.getAdapter()
This commit is contained in:
parent
7901286206
commit
02372eeb3d
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ abstract public class RetargetDebugContextAction implements IWorkbenchWindowActi
|
|||
if (adapter == null) {
|
||||
IAdapterManager adapterManager = Platform.getAdapterManager();
|
||||
if (adapterManager.hasAdapter(adaptable, getAdapterClass().getName())) {
|
||||
fTargetAdapter = adapterManager.loadAdapter(adaptable, getAdapterClass().getName());
|
||||
adapter = adapterManager.loadAdapter(adaptable, getAdapterClass().getName());
|
||||
}
|
||||
}
|
||||
return adapter;
|
||||
|
|
Loading…
Add table
Reference in a new issue