config-api: final parameters
[controller.git] / opendaylight / config / config-api / src / main / java / org / opendaylight / controller / config / api / DependencyResolver.java
index 466f1ed60cafdb1b40b1e4595e4aae57d76f42af..813e55426b203bc1a679f4daa1d221bff1a6650b 100644 (file)
@@ -26,7 +26,7 @@ import org.opendaylight.yangtools.yang.binding.BaseIdentity;
 public interface DependencyResolver extends Identifiable<ModuleIdentifier> {
 
     /**
-     * To be used during validation phase to validate serice interface of
+     * To be used during validation phase to validate service interface of
      * dependent module.
      *
      * @param expectedServiceInterface MBean/MXBean interface which will back the proxy object.