Skip to content
Snippets Groups Projects
Commit 8cbbfa91 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

removes warning

parent a70cf355
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,6 @@ public class ContextMenuService implements IContextMenuService, IIntrospectiveKe ...@@ -109,7 +109,6 @@ public class ContextMenuService implements IContextMenuService, IIntrospectiveKe
IContextMenuContributor provider = IContextMenuContributor provider =
(IContextMenuContributor)handlerClass.getConstructor().newInstance(); (IContextMenuContributor)handlerClass.getConstructor().newInstance();
providerList.add(provider); providerList.add(provider);
} catch(Exception ex) { } catch(Exception ex) {
LoggingUtils.error(ToolingKernelActivator.getDefault(), ex.getMessage(), ex); LoggingUtils.error(ToolingKernelActivator.getDefault(), ex.getMessage(), ex);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment