Merge "Fix for features - added missing dependency"
[yangtools.git] / yang / yang-model-util / src / main / java / org / opendaylight / yangtools / yang / model / repo / util / AbstractSchemaSourceCache.java
index 498f403f5dcbc86418dfff034335e880b0cb15f9..2d7347cc4699259035504a7d0cc6c43720511c3b 100644 (file)
@@ -53,7 +53,7 @@ public abstract class AbstractSchemaSourceCache<T extends SchemaSourceRepresenta
      *
      * @param sourceIdentifier Source identifier
      * @return schema source registration, which the subclass needs to
-     *         {@link SchemaSourceRegistration#close() once it expunges the source
+     *         {@link SchemaSourceRegistration#close()} once it expunges the source
      *         from the cache.
      */
     protected final SchemaSourceRegistration<T> register(final SourceIdentifier sourceIdentifier) {