Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / repo / spi / SchemaSourceProvider.java
index cdf6701805d94c700d856a49a0c32ea1ad3a3217..00f8040ff72e35088abb977d92b16c1edf151983 100644 (file)
@@ -34,10 +34,12 @@ public interface SchemaSourceProvider<T extends SchemaSourceRepresentation> {
      * the newest available revision, or throws {@link MissingSchemaSourceException}.
      * </ul>
      *
+     * <p>
      * In either case the returned representation is required to report a non-null
      * revision in the {@link SourceIdentifier} returned from
      * {@link SchemaSourceRepresentation#getIdentifier()}.
      *
+     * <p>
      * Implementations are not required to provide constant behavior in time, notably
      * this different invocation of this method may produce different results.
      *