Revert "Checkstyle enforcer"
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / core / Bandwidth.java
index 8048cf882c6c9eec22883b9f3c823b23d8c72149..fa5cc10827d5847140dd21ec72b24138b23b901f 100644 (file)
@@ -66,7 +66,7 @@ public class Bandwidth extends Property {
         super(BandwidthPropName);
         this.bandwidthValue = (long) bandwidth;
     }
-
+    
     public Bandwidth(String name) {
         super(name);
     }