summaryrefslogtreecommitdiffstats
path: root/actn-interface-tools/actn-client/src/main/java/org/onap/integration/actninterfacetools/actnclient/api/CustomerTopology.java
diff options
context:
space:
mode:
authorruilin cai <ruilin.cai@huawei.com>2023-03-20 14:24:26 -0400
committerRuilin Cai <ruilin.cai@huawei.com>2023-06-16 19:05:52 +0000
commit5420b338d60f93bfe7455221942f285e76b23972 (patch)
treea60ec4234e10cbe3984ac3e7ecb2f066131c6bbb /actn-interface-tools/actn-client/src/main/java/org/onap/integration/actninterfacetools/actnclient/api/CustomerTopology.java
parenteabafbb72311a849c2179741e65ed6c324f0f9ca (diff)
Add interfaces in actn-client and modified pom files
Change-Id: Ia9e905cde40e3d70777c98285f1f703b51f1decf Signed-off-by: ruilin cai <ruilin.cai@huawei.com> Issue-ID: INT-2213
Diffstat (limited to 'actn-interface-tools/actn-client/src/main/java/org/onap/integration/actninterfacetools/actnclient/api/CustomerTopology.java')
-rw-r--r--actn-interface-tools/actn-client/src/main/java/org/onap/integration/actninterfacetools/actnclient/api/CustomerTopology.java23
1 files changed, 23 insertions, 0 deletions
diff --git a/actn-interface-tools/actn-client/src/main/java/org/onap/integration/actninterfacetools/actnclient/api/CustomerTopology.java b/actn-interface-tools/actn-client/src/main/java/org/onap/integration/actninterfacetools/actnclient/api/CustomerTopology.java
new file mode 100644
index 0000000..a9cd142
--- /dev/null
+++ b/actn-interface-tools/actn-client/src/main/java/org/onap/integration/actninterfacetools/actnclient/api/CustomerTopology.java
@@ -0,0 +1,23 @@
+/*
+ * ============LICENSE_START=======================================================
+ * Actn Interface Tools
+ * ================================================================================
+ * Copyright (C) 2023 Huawei Canada Limited.
+ * ================================================================================
+ * 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 org.onap.integration.actninterfacetools.actnclient.api;
+
+public abstract class CustomerTopology {
+}