aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/model/workflow/end-event.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-workflow-designer-ui/src/app/model/workflow/end-event.ts')
-rw-r--r--sdc-workflow-designer-ui/src/app/model/workflow/end-event.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdc-workflow-designer-ui/src/app/model/workflow/end-event.ts b/sdc-workflow-designer-ui/src/app/model/workflow/end-event.ts
index 300af898..e3fbcad3 100644
--- a/sdc-workflow-designer-ui/src/app/model/workflow/end-event.ts
+++ b/sdc-workflow-designer-ui/src/app/model/workflow/end-event.ts
@@ -1,4 +1,3 @@
-import {WorkflowNode} from './workflow-node';
/**
* Copyright (c) 2017 ZTE Corporation.
* All rights reserved. This program and the accompanying materials
@@ -10,6 +9,7 @@ import {WorkflowNode} from './workflow-node';
* Contributors:
* ZTE - initial API and implementation and/or initial documentation
*/
+import {WorkflowNode} from './workflow-node';
-export class EndEvent extends WorkflowNode {
+export interface EndEvent extends WorkflowNode {
}