Enforce checkstyle in yang-data-util
[yangtools.git] / yang / yang-data-util / src / main / java / org / opendaylight / yangtools / yang / data / util / AbstractModuleStringInstanceIdentifierCodec.java
index d23be76b3bd0acf458f5959fe1d4bbe66840951d..008befef3200cf931480ccf015df64aa0cce9065 100644 (file)
@@ -25,7 +25,7 @@ public abstract class AbstractModuleStringInstanceIdentifierCodec extends Abstra
     /**
      * Resolve a string prefix into the corresponding module.
      *
-     * @param prefix
+     * @param prefix Prefix
      * @return module mapped to prefix, or null if the module cannot be resolved
      */
     protected abstract Module moduleForPrefix(@Nonnull String prefix);