X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-interactions%2Fmodel-impl%2Fguard%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fpolicy%2Fguard%2FOperationsHistory.java;h=2ec1f342ec8181dc465b070524adbcd80b1d824e;hb=d6d78efe6a355805ad384ded50e2a25e31e7345a;hp=0e66217f4069269772884864186a7ec0933f6e28;hpb=f2078f5fd455c02f615b33700e1b545e0055e2fe;p=policy%2Fmodels.git 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 0e66217f4..2ec1f342e 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 @@ -3,6 +3,7 @@ * ONAP * ================================================================================ * Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. + * Modifications Copyright (C) 2021 Nordix Foundation. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,8 +35,9 @@ import lombok.Data; @Entity @Table(name = "operationshistory", indexes = { - @Index(name = "operationshistory_clreqid_index", columnList = "requestId,closedLoopName"), - @Index(name = "operationshistory_target_index", columnList = "target,operation,actor,endtime")}) + @Index(name = "operationshistory_clreqid_index", columnList = "requestId,closedLoopName"), + @Index(name = "operationshistory_target_index", columnList = "target,operation,actor,endtime") +}) @Data public class OperationsHistory implements Serializable {