Skip to content

Commit 48384cb

Browse files
committed
Improve customizability through more protected methods and fields
Also update workflow example files
1 parent 42e788c commit 48384cb

18 files changed

+1238
-1246
lines changed

server/example/org.eclipse.glsp.ide.workflow.editor/src/org/eclipse/glsp/ide/workflow/editor/OpenWorkflowViewerHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*/
4141
public class OpenWorkflowViewerHandler {
4242

43-
private static final String VIEWER_ID = "org.eclipse.glsp.ide.workflow.editor.part.workflowViewer";
43+
protected static final String VIEWER_ID = "org.eclipse.glsp.ide.workflow.editor.part.workflowViewer";
4444

4545
@Execute
4646
public void execute(final EModelService modelService, final MApplication app, final EPartService partService,

0 commit comments

Comments
 (0)