X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=holmes-actions%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fholmes%2Fcommon%2Fapi%2Fentity%2FCorrelationRule.java;h=6361c20e3585deaa0dd7b8f3c22d8123c6b97cf8;hb=167b3d6d3f85e8d0ff3680a7d85ca1c9cf99b2b1;hp=14a3f078e7e85a1ac621f354983ce3e4368c3934;hpb=f40805fd803fe7e6aa8f7bb4c5d41cf85d163738;p=holmes%2Fcommon.git diff --git a/holmes-actions/src/main/java/org/onap/holmes/common/api/entity/CorrelationRule.java b/holmes-actions/src/main/java/org/onap/holmes/common/api/entity/CorrelationRule.java index 14a3f07..6361c20 100644 --- a/holmes-actions/src/main/java/org/onap/holmes/common/api/entity/CorrelationRule.java +++ b/holmes-actions/src/main/java/org/onap/holmes/common/api/entity/CorrelationRule.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 ZTE Corporation. + * Copyright 2017-2023 ZTE Corporation. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,13 +16,12 @@ package org.onap.holmes.common.api.entity; import com.google.gson.annotations.SerializedName; +import lombok.Getter; +import lombok.Setter; import java.util.Date; import java.util.Properties; -import lombok.Getter; -import lombok.Setter; - @Getter @Setter public class CorrelationRule implements Cloneable {