mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00
[181847] null adapter check
This commit is contained in:
parent
8f5c9048e2
commit
402956f86f
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,8 @@ public class SystemTableViewProvider implements ILabelProvider, ITableLabelProvi
|
|||
{
|
||||
result = SystemAdapterHelpers.getViewAdapter(object);
|
||||
}
|
||||
result.setPropertySourceInput(object);
|
||||
if (result != null)
|
||||
result.setPropertySourceInput(object);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue