Revert "Checkstyle enforcer"
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / action / SetVlanPcp.java
index 1ee74fdf3f76b2d9d2a4fa5f75958d410653bbb4..c47723ebdf61021bde42532dfe45ac4e26584cee 100644 (file)
@@ -21,13 +21,13 @@ import javax.xml.bind.annotation.XmlRootElement;
 @XmlAccessorType(XmlAccessType.NONE)
 
 public class SetVlanPcp extends Action {
-        @XmlElement
+       @XmlElement
     private int pcp;
 
-        private SetVlanPcp() {
-
-        }
-
+       private SetVlanPcp() {
+               
+       }
+       
     public SetVlanPcp(int pcp) {
         type = ActionType.SET_VLAN_PCP;
         this.pcp = pcp;