Revert "Checkstyle enforcer"
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / action / SetVlanId.java
index 5370648227eb379c746f578e9d6476f4ef45b188..b1e4748bc3b4f9dd1426cd4958af319eabda5e23 100644 (file)
@@ -22,13 +22,13 @@ import javax.xml.bind.annotation.XmlRootElement;
 @XmlAccessorType(XmlAccessType.NONE)
 
 public class SetVlanId extends Action {
-        @XmlElement
+       @XmlElement
     private int vlanId;
 
-        private SetVlanId() {
-
-        }
-
+       private SetVlanId() {
+               
+       }
+       
     public SetVlanId(int vlanId) {
         type = ActionType.SET_VLAN_ID;
         this.vlanId = vlanId;