Code cleanup
[dcaegen2/services.git] / components / slice-analysis-ms / src / main / java / org / onap / slice / analysis / ms / models / pmnotification / Event.java
index 4e41e26..4b0fcaa 100644 (file)
@@ -2,7 +2,7 @@
  *  ============LICENSE_START=======================================================
  *  slice-analysis-ms
  *  ================================================================================
- *   Copyright (C) 2020 Wipro Limited.
+ *   Copyright (C) 2020-2021 Wipro Limited.
  *   ==============================================================================
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
@@ -44,4 +44,5 @@ public class Event {
     public void setPerf3gppFields(Perf3gppFields perf3gppFields) {
         this.perf3gppFields = perf3gppFields;
     }
+
 }