Merge "Bug 618 - convert xtend to java in md-sal/inventory-manager"
[controller.git] / opendaylight / config / config-manager / src / main / java / org / opendaylight / controller / config / manager / impl / SearchableServiceReferenceWritableRegistry.java
index 24ddf6362efc866ee894212e6bd3575b177d4f98..7a41a3bfa24567cbad07e5fc1f214bebbe9ac654 100644 (file)
@@ -8,18 +8,18 @@
 
 package org.opendaylight.controller.config.manager.impl;
 
+import java.util.Map;
 import org.opendaylight.controller.config.api.ModuleIdentifier;
 import org.opendaylight.controller.config.api.ServiceReferenceWritableRegistry;
 import org.opendaylight.controller.config.api.annotations.ServiceInterfaceAnnotation;
 
-import java.util.Map;
-
 public interface SearchableServiceReferenceWritableRegistry extends ServiceReferenceWritableRegistry {
     /**
      * Return mapping between service ref names and service interface annotation for given
      * module.
+     *
      * @throws java.lang.IllegalArgumentException if any of service qNames is not found
-     * @throws java.lang.NullPointerException if parameter is null
+     * @throws java.lang.NullPointerException     if parameter is null
      */
     Map<String /* service ref */, ServiceInterfaceAnnotation> findServiceInterfaces(ModuleIdentifier moduleIdentifier);