Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / meta / IdentifierNamespace.java
index 4f0ed6a3693de8c4dfb4d07cabe0776e36f801a5..f06850b27b0d55c05e6f178021a46e747634b95c 100644 (file)
@@ -25,7 +25,7 @@ import javax.annotation.Nullable;
  */
 public interface IdentifierNamespace<K,V> {
     /**
-     * Returns value associated with supplied identifier
+     * Returns value associated with supplied identifier.
      *
      * @param identifier Identifier of value
      * @return value or null, if identifier is not present in namespace.