eclipse plugin:Fix a nullreference exception
This commit is contained in:
parent
bec7f9152f
commit
c99859699b
1 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,12 @@ public class WesnothProjectsExplorer extends CommonNavigator implements IAdaptab
|
|||
return ResourcesPlugin.getWorkspace().getRoot();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void saveState(IMemento aMemento)
|
||||
{
|
||||
//super.saveState(aMemento);
|
||||
}
|
||||
|
||||
public IAdaptable createElement(IMemento memento)
|
||||
{
|
||||
return ResourcesPlugin.getWorkspace().getRoot();
|
||||
|
|
Loading…
Add table
Reference in a new issue