aboutsummaryrefslogtreecommitdiffstats
path: root/aria/aria-rest-java-client/src/main/java/com/gigaspaces/aria/rest/client/Workflow.java
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2018-07-26 10:19:38 +0800
committerSeshu Kumar M <seshu.kumar.m@huawei.com>2018-07-26 03:48:17 +0000
commit85dca2de1f30a86c4d8c290c6a2a01a92e9cace8 (patch)
treee79923c3e7aa2657769291633fc9be8572af512d /aria/aria-rest-java-client/src/main/java/com/gigaspaces/aria/rest/client/Workflow.java
parent18538d7f1b2e9a2ea6528e88f9a5e6741d9b65af (diff)
Remove the ARIA code
Issue-ID: SO-756 Change-Id: I9ca9fc20140a9faf627ee299dc34bebfdf8938a6 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'aria/aria-rest-java-client/src/main/java/com/gigaspaces/aria/rest/client/Workflow.java')
-rw-r--r--aria/aria-rest-java-client/src/main/java/com/gigaspaces/aria/rest/client/Workflow.java25
1 files changed, 0 insertions, 25 deletions
diff --git a/aria/aria-rest-java-client/src/main/java/com/gigaspaces/aria/rest/client/Workflow.java b/aria/aria-rest-java-client/src/main/java/com/gigaspaces/aria/rest/client/Workflow.java
deleted file mode 100644
index 7dbab18943..0000000000
--- a/aria/aria-rest-java-client/src/main/java/com/gigaspaces/aria/rest/client/Workflow.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * ============LICENSE_START===================================================
- * Copyright (c) 2017 Cloudify.co. All rights reserved.
- * ===================================================================
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy
- * of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
- * ============LICENSE_END====================================================
-*/
-package com.gigaspaces.aria.rest.client;
-
-/**
- * Created by DeWayne on 7/12/2017.
- */
-public interface Workflow {
- String getName();
-}