Skip to content
Snippets Groups Projects
Commit fd4145d5 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

add todo

parent 0235e5e4
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ public class SubmitBugreportCommand extends AbstractHandler implements IHandler ...@@ -26,6 +26,7 @@ public class SubmitBugreportCommand extends AbstractHandler implements IHandler
try { try {
browser = PlatformUI.getWorkbench().getBrowserSupport().createBrowser("jira"); browser = PlatformUI.getWorkbench().getBrowserSupport().createBrowser("jira");
browser.openURL(new URL("https://probjira.atlassian.net")); browser.openURL(new URL("https://probjira.atlassian.net"));
// TODO: should we switch to https://github.com/hhu-stups/prob-issues/issues/new
} catch (PartInitException e) { } catch (PartInitException e) {
e.printStackTrace(); e.printStackTrace();
} catch (MalformedURLException e) { } catch (MalformedURLException e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment