Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / adapter / AddressJson.java
index 5559943..0087586 100644 (file)
@@ -41,12 +41,5 @@ public class AddressJson {
        public void setType(String type) {
                this.type = type;
        }
-       
-       /*public String getValue() {
-               return value;
-       }
 
-       public void setValue(String value) {
-               this.value = value;
-       }*/
 }