X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-model-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fmodel%2Frepo%2Fapi%2FSchemaSourceRepresentation.java;h=4bffdd505fd01caf6b4910b87120b46b390effc1;hb=6445362084c167640d41a1dec9127899fb54b8c0;hp=90fc5ae740c2bf5cf2d07f0328681d1e1f987f07;hpb=df568194d106efa63c3138f0cc699dd53735cf44;p=yangtools.git diff --git a/yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/repo/api/SchemaSourceRepresentation.java b/yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/repo/api/SchemaSourceRepresentation.java index 90fc5ae740..4bffdd505f 100644 --- a/yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/repo/api/SchemaSourceRepresentation.java +++ b/yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/repo/api/SchemaSourceRepresentation.java @@ -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: * * * Implementations of this interface expected to comply with the {@link Immutable} * contract.