summaryrefslogtreecommitdiffstats
path: root/aai-rest/src/test/java/org
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2018-12-06 19:13:02 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-06 19:13:02 +0000
commit88bb14a7c2a1638133182b6030a01eead186bb66 (patch)
tree77ba2150a0af8b2b0ae0b0635ab675cc4139ec44 /aai-rest/src/test/java/org
parentddf953affc477a77f9b68583f8ba0d6d5705882a (diff)
parent5948f878fa0ee735e81f1cf648d5d3bdb35048cd (diff)
Merge "Update schema ingest library call schema service"
Diffstat (limited to 'aai-rest/src/test/java/org')
-rw-r--r--aai-rest/src/test/java/org/onap/aai/restclient/RestClientTest.java24
1 files changed, 24 insertions, 0 deletions
diff --git a/aai-rest/src/test/java/org/onap/aai/restclient/RestClientTest.java b/aai-rest/src/test/java/org/onap/aai/restclient/RestClientTest.java
new file mode 100644
index 00000000..4c3b0fcf
--- /dev/null
+++ b/aai-rest/src/test/java/org/onap/aai/restclient/RestClientTest.java
@@ -0,0 +1,24 @@
+/**
+ * ============LICENSE_START=======================================================
+ * org.onap.aai
+ * ================================================================================
+ * Copyright © 2017-2018 AT&T Intellectual Property. 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 org.onap.aai.restclient;
+
+public class RestClientTest {
+
+}