X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=components%2Fslice-analysis-ms%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fslice%2Fanalysis%2Fms%2Fmodels%2Fpmnotification%2FEvent.java;h=4b0fcaa7ddc264c1cda6c95fea6e727f3643ec07;hb=ee67930973552a69830c30e6b3b1915091af8ebb;hp=4e41e26168136e7bc33599c4095036111e65f72e;hpb=3424dd5d1a261fda473ef46666a316c7f32e3de3;p=dcaegen2%2Fservices.git diff --git a/components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/models/pmnotification/Event.java b/components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/models/pmnotification/Event.java index 4e41e261..4b0fcaa7 100644 --- a/components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/models/pmnotification/Event.java +++ b/components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/models/pmnotification/Event.java @@ -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; } + }