Fix checkstyle errors 06/83406/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 5 Aug 2019 14:14:49 +0000 (16:14 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 6 Aug 2019 08:30:20 +0000 (08:30 +0000)
Upgraded checkstyle plugin is finding some more errors, fix them
up.

Change-Id: Id58302b1dcd0574fa94340965c15259621a9156d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/schema/package-info.java
yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/package-info.java

index 9ea4d9cc66cdda6166f5235a74289263ffe653e6..12a2e503815b3990f0a181f3cfef92fb382afd87 100644 (file)
@@ -7,10 +7,8 @@
  */
 
 /**
- * Definition of normalized YANG DOM Model
- *
- * Normalized DOM Model brings more direct mapping between YANG Model, DOM
- * representation of data
+ * Definition of normalized YANG DOM Model. Normalized DOM Model brings more direct mapping between YANG Model, DOM
+ * representation of data.
  *
  * <h2>Normalized DOM Model</h2>
  *
  *    {@link org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeWithValue} SimpleValue
  * </pre>
  *
+ * <p>
  * The resulting tree organization is following:
  *
  * <ul>
  * </ul>
  *
  * <h3>Ordering of child nodes</h3>
- *
  * Ordering of child nodes is not enforced by this API definition, unless
  * explicitly stated by subclasses of
  * {@link org.opendaylight.yangtools.yang.data.api.schema.OrderedNodeContainer}
  * which marks nodes with semantic constrain to preserve user-supplied ordering.
+ *
  * <p>
  * Clients should not expect any specific ordering of child nodes for interfaces
  * from this package which does not extend
index 094ef075be95b964a62b12219d8b68ae58706d74..cd3cb5ed1f201933d36fcd49db6792765c7f21cd 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /**
- * Definition of structures and DOM like API of effected YANG schema
+ * Definition of structures and DOM like API of effected YANG schema.
  *
  * <p>
  * This package is structured into following logical units: