Enforce checkstyle in yang-data-util
[yangtools.git] / yang / yang-data-util / src / main / java / org / opendaylight / yangtools / yang / data / util / AbstractModuleStringIdentityrefCodec.java
index 293c839824d2becffc4691b56460fa9dc855e6d5..886b8438ef7df9251dcacbd337ee497af7237c7d 100644 (file)
@@ -20,7 +20,7 @@ public abstract class AbstractModuleStringIdentityrefCodec extends AbstractStrin
     /**
      * 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);