From ef7df3b53aee4eb15e61f5b5c1375f2e75a3fa62 Mon Sep 17 00:00:00 2001 From: Igor Dysko Date: Fri, 3 Apr 2020 09:32:25 +0200 Subject: Fix of failing jenkins builds Changed parent to oparent 2.0.0, fixed checkstyle problems Issue-ID: AAI-2840 Signed-off-by: Igor Dysko Change-Id: I05027555cadf7564d0f5a5adfdbabfdeb55ecf37 --- src/test/java/org/onap/aai/graphgraph/AppTest.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/test/java/org') diff --git a/src/test/java/org/onap/aai/graphgraph/AppTest.java b/src/test/java/org/onap/aai/graphgraph/AppTest.java index 8b7afc9..7879fc3 100644 --- a/src/test/java/org/onap/aai/graphgraph/AppTest.java +++ b/src/test/java/org/onap/aai/graphgraph/AppTest.java @@ -1,3 +1,22 @@ +/** + * ============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.graphgraph; import static org.junit.Assert.assertTrue; -- cgit 1.2.3-korg