diff options
author | Tej, Tarun <tt3868@att.com> | 2017-08-09 13:50:38 -0400 |
---|---|---|
committer | Tarun Tej Velaga <tt3868@att.com> | 2017-08-10 01:13:27 +0000 |
commit | b51d8192e662e3ee8775235500cabb875f480e2b (patch) | |
tree | 470b8bbee4e2130898fc0cc2f524352c05bc0bbd /ONAP-REST/src/main/java/org | |
parent | e938284cec3b06a7f6587b7439eb378b69c3adf1 (diff) |
Fix console issues
Reverted package names to org.openecomp to fix portal issues
Issue-ID: POLICY-144
Change-Id: Ie108db431b9d211b15c59a29e564517c785e0da5
Signed-off-by: Tarun Tej Velaga <tt3868@att.com>
Diffstat (limited to 'ONAP-REST/src/main/java/org')
-rw-r--r-- | ONAP-REST/src/main/java/org/onap/policy/rest/jpa/PolicyEntity.java | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ONAP-REST/src/main/java/org/onap/policy/rest/jpa/PolicyEntity.java b/ONAP-REST/src/main/java/org/onap/policy/rest/jpa/PolicyEntity.java index 4cb4440c1..265d2f65b 100644 --- a/ONAP-REST/src/main/java/org/onap/policy/rest/jpa/PolicyEntity.java +++ b/ONAP-REST/src/main/java/org/onap/policy/rest/jpa/PolicyEntity.java @@ -136,21 +136,6 @@ public class PolicyEntity implements Serializable { public void preUpdate() { this.modifiedDate = new Date(); } - - /* - public void resetPolicyVersion(){ - this.policyVersion = 1; - } - public void advancePolicyVersion(){ - this.policyVersion++; - } - public int getPolicyVersion(){ - return this.policyVersion; - } - public void setPolicyVersion(int polVer){ - this.policyVersion = polVer; - } - */ /** * @return the policyId |