From e06f40c9a57af6c224aa171e551f76286d08a40b Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Fri, 19 Jun 2020 16:51:11 +0100 Subject: Changes for Checkstyle 8.32 in policy-distribution Change-Id: I8f9324279f24cc3b9d26f265c3dacd5b61ce856b Issue-ID: POLICY-2188 Signed-off-by: a.sreekumar --- .../policy/distribution/forwarding/PolicyForwarder.java | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'forwarding') diff --git a/forwarding/src/main/java/org/onap/policy/distribution/forwarding/PolicyForwarder.java b/forwarding/src/main/java/org/onap/policy/distribution/forwarding/PolicyForwarder.java index d07c707a..3059f2f0 100644 --- a/forwarding/src/main/java/org/onap/policy/distribution/forwarding/PolicyForwarder.java +++ b/forwarding/src/main/java/org/onap/policy/distribution/forwarding/PolicyForwarder.java @@ -5,15 +5,15 @@ * 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. - * + * * SPDX-License-Identifier: Apache-2.0 * ============LICENSE_END========================================================= */ @@ -21,12 +21,11 @@ package org.onap.policy.distribution.forwarding; import java.util.Collection; - import org.onap.policy.models.tosca.authorative.concepts.ToscaEntity; /** * Forwards polices. - * + * *

To create a policy forwarder a class implementing this interface must be created, along with a * concrete sub class of PolicyForwarderConfigurationParameterGroup to handle configuration * parameters for the policy forwarder. @@ -35,10 +34,10 @@ public interface PolicyForwarder { /** * Configure the policy forwarder. - * + * *

This method will be invoked immediately after instantiation in order for the policy forwarder * to configure itself. - * + * * @param parameterGroupName the name of the parameter group which contains the configuration * for the policy forwarder */ @@ -46,7 +45,7 @@ public interface PolicyForwarder { /** * Forward the given policies. - * + * * @param policies the policies to forward * @throws PolicyForwardingException if an error occurs when forwarding the given policy */ -- cgit 1.2.3-korg