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%2Fspi%2FSchemaSourceProvider.java;h=00f8040ff72e35088abb977d92b16c1edf151983;hb=3528dca5dec207aea587b846c2126a6b9bfecaf6;hp=cdf6701805d94c700d856a49a0c32ea1ad3a3217;hpb=b43b9ed6f627a4a1d2ecc6081ed4f0024761e4a3;p=yangtools.git diff --git a/yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/repo/spi/SchemaSourceProvider.java b/yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/repo/spi/SchemaSourceProvider.java index cdf6701805..00f8040ff7 100644 --- a/yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/repo/spi/SchemaSourceProvider.java +++ b/yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/repo/spi/SchemaSourceProvider.java @@ -34,10 +34,12 @@ public interface SchemaSourceProvider { * the newest available revision, or throws {@link MissingSchemaSourceException}. * * + *

* In either case the returned representation is required to report a non-null * revision in the {@link SourceIdentifier} returned from * {@link SchemaSourceRepresentation#getIdentifier()}. * + *

* Implementations are not required to provide constant behavior in time, notably * this different invocation of this method may produce different results. *