eclipse plugin:Fix a nullreference exception

This commit is contained in:
Timotei Dolean 2011-04-05 09:03:39 +00:00
parent bec7f9152f
commit c99859699b

View file

@ -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();