Removed MSB Invocation During AAI Calling
[holmes/common.git] / holmes-actions / src / main / java / org / onap / holmes / common / api / entity / CorrelationResult.java
index f3e2562..f012a3b 100644 (file)
@@ -1,5 +1,5 @@
 /**\r
- * Copyright 2017 ZTE Corporation.\r
+ * Copyright 2017-2023 ZTE Corporation.\r
  *\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
  */\r
 package org.onap.holmes.common.api.entity;\r
 \r
-import java.io.Serializable;\r
 import lombok.Getter;\r
 import lombok.NoArgsConstructor;\r
 import lombok.Setter;\r
 import lombok.ToString;\r
 import org.onap.holmes.common.api.stat.Alarm;\r
 \r
+import java.io.Serializable;\r
+\r
 @Setter\r
 @Getter\r
 @NoArgsConstructor\r