Removed MSB Invocation During AAI Calling
[holmes/common.git] / holmes-actions / src / main / java / org / onap / holmes / common / api / entity / CorrelationRule.java
index 14a3f07..6361c20 100644 (file)
@@ -1,5 +1,5 @@
 /**\r
- * Copyright 2017 ZTE Corporation.\r
+ * Copyright 2017-2023 ZTE Corporation.\r
  * <p>\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
 package org.onap.holmes.common.api.entity;\r
 \r
 import com.google.gson.annotations.SerializedName;\r
+import lombok.Getter;\r
+import lombok.Setter;\r
 \r
 import java.util.Date;\r
 import java.util.Properties;\r
 \r
-import lombok.Getter;\r
-import lombok.Setter;\r
-\r
 @Getter\r
 @Setter\r
 public class CorrelationRule implements Cloneable {\r