Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / jpa / ObadviceExpression.java
index 8d5be97..7b0db3f 100644 (file)
@@ -63,12 +63,6 @@ public class ObadviceExpression implements Serializable {
 
        @Column(name="type", nullable=false)
        private String type;
-       
-       /*
-       @Lob
-       @Column(name="expression", nullable=false)
-       private byte[] expression;
-       */
 
        //bi-directional many-to-one association to Obadvice
        @ManyToOne