X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=ONAP-REST%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fpolicy%2Frest%2Fjpa%2FObadvice.java;h=1b2fc3adadb133634a18c0c2e3a3a67b3c9ae38b;hp=b3b52cdd49ed16f3a9d3a2214bf55b328cafe955;hb=b7594ee217d0fd4c724fd64dd48d2e154fdd6e90;hpb=6a44b2926f33b427904c2f3e7962d0dfc360c482 diff --git a/ONAP-REST/src/main/java/org/onap/policy/rest/jpa/Obadvice.java b/ONAP-REST/src/main/java/org/onap/policy/rest/jpa/Obadvice.java index b3b52cdd4..1b2fc3ada 100644 --- a/ONAP-REST/src/main/java/org/onap/policy/rest/jpa/Obadvice.java +++ b/ONAP-REST/src/main/java/org/onap/policy/rest/jpa/Obadvice.java @@ -2,7 +2,7 @@ * ============LICENSE_START======================================================= * ONAP-REST * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2017-2018 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. @@ -209,6 +209,7 @@ public class Obadvice implements Serializable { } @Transient + @Override public Obadvice clone() { Obadvice obadvice = new Obadvice();