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%2FPolicyScopeClosedLoop.java;h=9f437ce28da9fa2248dff08eb30331c43f06b808;hp=6fc45eb70f6af6175882e6b6976101731c12bf1a;hb=401b48bc573561f097960a9ca7abe6d788456f28;hpb=9301fed7c290f52208922f780fdfe4b5a880b5aa diff --git a/ONAP-REST/src/main/java/org/onap/policy/rest/jpa/PolicyScopeClosedLoop.java b/ONAP-REST/src/main/java/org/onap/policy/rest/jpa/PolicyScopeClosedLoop.java index 6fc45eb70..9f437ce28 100644 --- a/ONAP-REST/src/main/java/org/onap/policy/rest/jpa/PolicyScopeClosedLoop.java +++ b/ONAP-REST/src/main/java/org/onap/policy/rest/jpa/PolicyScopeClosedLoop.java @@ -56,22 +56,23 @@ public class PolicyScopeClosedLoop implements Serializable { private String description ; public PolicyScopeClosedLoop() { - + // Empty constructor } public PolicyScopeClosedLoop(String string, String userid) { this(domain); } public PolicyScopeClosedLoop(String domain) { - + // Empty constructor } @PrePersist public void prePersist() { - + // Empty function } @PreUpdate public void preUpdate() { + // Empty function }