Use lombok for events, base, dao
[policy/models.git] / models-interactions / model-impl / events / src / main / java / org / onap / policy / controlloop / Onset.java
index 41a0eba..3f42773 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * ONAP
  * ================================================================================
- * Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -35,7 +35,6 @@ public class Onset extends VirtualControlLoopEvent {
      * No arguments constructor.
      */
     public Onset() {
-        super();
         setClosedLoopEventStatus(ControlLoopEventStatus.ONSET);
     }