Revert "Checkstyle enforcer"
[controller.git] / opendaylight / forwardingrulesmanager / api / src / main / java / org / opendaylight / controller / forwardingrulesmanager / FlowEntryInstall.java
index 311d2f96ac05505fcbbd8d16b3b49c4037df5250..18255bc021aeffbc4ee5b887d98b19065dd9d08a 100644 (file)
@@ -17,10 +17,10 @@ import org.opendaylight.controller.sal.core.Node;
  * install, the container flow with which that entry had to be merged and the
  * resultant merged flow entry, which is the one that was eventually installed
  * on the network node
- *
+ * 
  * Note: If the container flow is null, the install entry will be a clone of the
  * original entry
- *
+ * 
  */
 public class FlowEntryInstall {
     private FlowEntry original;
@@ -115,7 +115,7 @@ public class FlowEntryInstall {
     public void setRequestId(long rid) {
         this.requestId = rid;
     }
-
+    
     public long getRequestId() {
         return requestId;
     }