From b93342e4652c65929e23f775f4e64773cf3323e4 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Thu, 10 Aug 2023 13:56:37 +0100 Subject: [PATCH] No-Op to trigger snapshot/staging generation for pmproducer Issue-ID: NONRTRIC-907 Change-Id: I1404d55254e147ced7acfb47f03b725ff3eb07a0 Signed-off-by: JohnKeeney --- .../src/main/java/org/oran/pmproducer/clients/AsyncRestClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmproducer/src/main/java/org/oran/pmproducer/clients/AsyncRestClient.java b/pmproducer/src/main/java/org/oran/pmproducer/clients/AsyncRestClient.java index 1fc0620..7b93fd5 100644 --- a/pmproducer/src/main/java/org/oran/pmproducer/clients/AsyncRestClient.java +++ b/pmproducer/src/main/java/org/oran/pmproducer/clients/AsyncRestClient.java @@ -8,7 +8,7 @@ * 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 + * 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, -- 2.16.6