Address comments in prior patches
[controller.git] / opendaylight / md-sal / samples / toaster-consumer / src / main / resources / org / opendaylight / blueprint / toaster-consumer.xml
index 6b9bf35463d3b9033447bb6ad0e5c7c06662ec4f..16e8f98d6a9128e1113ee585cc02fa05c5e86a15 100644 (file)
@@ -3,7 +3,7 @@
            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
     odl:use-default-for-reference-types="true">
 
-   <!-- Retrieves the RPC service for the ToasterService interface -->
+  <!-- Retrieves the RPC service for the ToasterService interface -->
   <odl:rpc-service id="toasterService" interface="org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120.ToasterService"/>
 
   <!-- Create the KitchenServiceImpl instance and inject the RPC service identified by "toasterService" -->
   <!-- Register the KitchenServiceImpl to receive yang notifications -->
   <odl:notification-listener ref="kitchenService"/>
 
-   <!-- Advertise the KitchenServiceImpl with the OSGi registry with the type property set to "default" . The
+  <!-- Advertise the KitchenServiceImpl with the OSGi registry with the type property set to "default" . The
        type property is optional but can be used to distinguish this implementation from any other potential
        KitchenService implementations (if there were any). Clients consuming the KitchenService can pick the
        desired implementation via the particular type.
   -->
   <service ref="kitchenService" interface="org.opendaylight.controller.sample.kitchen.api.KitchenService"
           odl:type="default"/>
-</blueprint>
\ No newline at end of file
+</blueprint>