Upgrade oparent 3.2.1 59/130159/1
authorpdragosh <pd1248@att.com>
Wed, 3 Aug 2022 19:41:44 +0000 (14:41 -0500)
committerpdragosh <pd1248@att.com>
Wed, 3 Aug 2022 19:41:52 +0000 (14:41 -0500)
Issue-ID: POLICY-4211
Change-Id: I9ab11a85bb31e273a2745e8361d9363df60277af
Signed-off-by: pdragosh <pd1248@att.com>
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/ophistory/OperationHistoryDataManagerImpl.java
controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/BaseTest.java

index 52a8695..7f58a80 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * ONAP
  * ================================================================================
- * Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2020-2022 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.
@@ -250,7 +250,7 @@ public class OperationHistoryDataManagerImpl implements OperationHistoryDataMana
     /**
      * Stores a record.
      *
-     * @param entityManager entity manager
+     * @param entityMgr entity manager
      * @param record record to be stored
      */
     private void storeRecord(EntityManager entityMgr, Record record) {
index 9a82389..8b412c9 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * ONAP
  * ================================================================================
- * Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2020,2022 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.
@@ -467,8 +467,6 @@ public abstract class BaseTest {
      * @param policyFile file containing the ToscaPolicy to be loaded
      * @param onsetFile file containing the ONSET to be injected
      * @param operation expected APPC operation request
-     * @param checkOperation flag to determine whether or not to wait for operation
-     *        timeout
      */
     protected void appcLegacyRainyDay(String policyFile, String onsetFile, String operation) {
         policyClMgt = createNoficationTopicListener();
@@ -581,7 +579,6 @@ public abstract class BaseTest {
      *
      * @param policyFile file containing the ToscaPolicy to be loaded
      * @param onsetFile file containing the ONSET to be injected
-     * @param operation expected APPC operation request
      */
     protected void httpSunnyDay(String policyFile, String onsetFile) {
         policyClMgt = createNoficationTopicListener();
@@ -609,7 +606,6 @@ public abstract class BaseTest {
      *
      * @param policyFile file containing the ToscaPolicy to be loaded
      * @param onsetFile file containing the ONSET to be injected
-     * @param operation expected APPC operation request
      */
     protected void httpRainyDay(String policyFile, String onsetFile) {
         policyClMgt = createNoficationTopicListener();