Merge "Fix checkListKey not checking actual/expected values"
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / repo / api / SchemaSourceRepresentation.java
index 90fc5ae740c2bf5cf2d07f0328681d1e1f987f07..4bffdd505fd01caf6b4910b87120b46b390effc1 100644 (file)
@@ -24,7 +24,7 @@ import org.opendaylight.yangtools.concepts.Immutable;
  * implementation perspective certain operations on a schema source may require it
  * to be first transformed into a particular representation before they can be
  * applied. Such transformations are affected via instances of
- * {@link SchemaSourceTransformation}.
+ * SchemaSourceTransformation.
  *
  * Typical examples of a schema source representation include:
  * <ul>
@@ -33,6 +33,7 @@ import org.opendaylight.yangtools.concepts.Immutable;
  * <li>a {@link com.google.common.io.ByteSource} - source for input streams
  * containing source code
  * <li>Parsed abstract syntax tree (AST), which is the result of a syntactic parser
+ * </ul>
  *
  * Implementations of this interface expected to comply with the {@link Immutable}
  * contract.