Revert "Checkstyle enforcer"
[controller.git] / opendaylight / protocol_plugins / stub / src / main / java / org / opendaylight / controller / protocol_plugins / stub / internal / InventoryService.java
index b3909a775bbe36156fa127e9b54841f02556a40e..b4d6166d3636efa901aa490a8dd0d23dad0bbe4c 100644 (file)
@@ -112,24 +112,24 @@ public class InventoryService implements IPluginInInventoryService {
             node = new Node("STUB", new Integer(0xCAFE));
         }catch(ConstructionException e){
             node = null;
-        }
-
+        }       
+     
         nodeProps.put(node, propMap);
-
+        
         try{
             node = new Node("STUB", 3366);
         }catch(ConstructionException e){
             node = null;
-        }
+        }       
         nodeProps.put(node, propMap);
-
+        
         try{
             node = new Node("STUB", 4477);
         }catch(ConstructionException e){
             node = null;
-        }
+        }       
         nodeProps.put(node, propMap);
-
+        
         return nodeProps;
     }