Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / SourceStreamAware.java
index f11f65ac3a8e4ce53b0a38abf4327408ddd32037..9a5217d0818e8c16c0c92b4c6f85cab7ef44125c 100644 (file)
@@ -8,6 +8,8 @@
 package org.opendaylight.yangtools.yang.model.api;
 
 /**
+ * Allows access to module source.
+ *
  * @deprecated This interface is a violation of the effective model contract. To look up the source of a particular
  *             module use a {@link org.opendaylight.yangtools.yang.model.repo.api.SchemaRepository} or a similar
  *             lookup table.