X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.debug.graphical%2Fsrc%2Forg%2Fsimantics%2Fdebug%2Fgraphical%2FNewGraphDebugger.java;h=60feb1c82573c6f23261ff1a9f82196ad7af838d;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=782226f79d321d1435a090d3b5dfe7f818839316;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.debug.graphical/src/org/simantics/debug/graphical/NewGraphDebugger.java b/bundles/org.simantics.debug.graphical/src/org/simantics/debug/graphical/NewGraphDebugger.java index 782226f79..60feb1c82 100644 --- a/bundles/org.simantics.debug.graphical/src/org/simantics/debug/graphical/NewGraphDebugger.java +++ b/bundles/org.simantics.debug.graphical/src/org/simantics/debug/graphical/NewGraphDebugger.java @@ -1,15 +1,15 @@ -package org.simantics.debug.graphical; - -import org.eclipse.core.commands.AbstractHandler; -import org.eclipse.core.commands.ExecutionEvent; -import org.eclipse.core.commands.ExecutionException; - -public class NewGraphDebugger extends AbstractHandler { - - @Override - public Object execute(ExecutionEvent event) throws ExecutionException { - GraphicalDebugger.newGraphDebugger(); - return null; - } - -} +package org.simantics.debug.graphical; + +import org.eclipse.core.commands.AbstractHandler; +import org.eclipse.core.commands.ExecutionEvent; +import org.eclipse.core.commands.ExecutionException; + +public class NewGraphDebugger extends AbstractHandler { + + @Override + public Object execute(ExecutionEvent event) throws ExecutionException { + GraphicalDebugger.newGraphDebugger(); + return null; + } + +}