aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-impl
diff options
context:
space:
mode:
authorpdragosh <pd1248@att.com>2022-08-03 08:23:37 -0500
committerPamela Dragosh <pd1248@att.com>2022-08-03 14:57:28 +0000
commit1aad832010c53333011778e706974991394564e0 (patch)
treec521447c30053dcb016d013d1ec172f10cff1037 /models-interactions/model-impl
parent0ee2d997a118b4239c1a9d05fc3fd98028d0ba35 (diff)
Upgrade to oparent 3.2.1
Use commons and parent Issue-ID: POLICY-4211 Change-Id: I553a2d7531e0e91266a833e5b655e4d0fb42f079 Signed-off-by: pdragosh <pd1248@att.com>
Diffstat (limited to 'models-interactions/model-impl')
-rw-r--r--models-interactions/model-impl/guard/src/main/java/org/onap/policy/guard/OperationsHistory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/models-interactions/model-impl/guard/src/main/java/org/onap/policy/guard/OperationsHistory.java b/models-interactions/model-impl/guard/src/main/java/org/onap/policy/guard/OperationsHistory.java
index 7354fff5d..44f5b3267 100644
--- a/models-interactions/model-impl/guard/src/main/java/org/onap/policy/guard/OperationsHistory.java
+++ b/models-interactions/model-impl/guard/src/main/java/org/onap/policy/guard/OperationsHistory.java
@@ -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.
@@ -35,7 +35,7 @@ import lombok.Data;
@Entity
@Table(name = "operationshistory",
indexes = {@Index(name = "operationshistory_clreqid_index", columnList = "closedLoopName,requestId"),
- @Index(name = "operationshistory_target_index", columnList = "target,operation,actor")})
+ @Index(name = "operationshistory_target_index", columnList = "target,operation,actor")})
@Data
public class OperationsHistory implements Serializable {