Convert tabs to spaces basic refactoring
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / adapter / TagDefines.java
index 339b0e1..9066ec4 100644 (file)
 package org.onap.policy.rest.adapter;
 
 public class TagDefines {
-       String key;
-       String value;
-       
-       public String getKey() {
-               return key;
-       }
-       public void setKey(String key) {
-               this.key = key;
-       }
-       public String getValue() {
-               return value;
-       }
-       public void setValue(String value) {
-               this.value = value;
-       }
-       
-       
+    String key;
+    String value;
+
+    public String getKey() {
+        return key;
+    }
+    public void setKey(String key) {
+        this.key = key;
+    }
+    public String getValue() {
+        return value;
+    }
+    public void setValue(String value) {
+        this.value = value;
+    }
+
+
 }