eclipse plugin: fix a null pointer exception...
...when there is no selected project
This commit is contained in:
parent
e6c45f095e
commit
02eca40f94
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ public class ImportMapHandler extends AbstractHandler
|
|||
{
|
||||
Logger.getInstance().log(Messages.ImportMapHandler_0,
|
||||
Messages.ImportMapHandler_1);
|
||||
return null;
|
||||
}
|
||||
|
||||
if (!selectedFolder.getName().equals("maps") && //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue