Fix console issues
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / jpa / PolicyEntity.java
index 4cb4440..265d2f6 100644 (file)
@@ -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