Enable checkstyle in yang-model-util
[yangtools.git] / yang / yang-model-util / src / main / java / org / opendaylight / yangtools / yang / model / util / DataNodeIterator.java
index 02b81df296394f04a7dbdd73cdba81340ca5db75..1c7543cf322d7e286cd00828b635ca54180d4334 100644 (file)
@@ -28,10 +28,8 @@ import org.opendaylight.yangtools.yang.model.api.TypeDefinition;
  * DataNodeIterator is iterator, which walks down whole YANG DataNodeContainer
  * and walks all instances of {@link DataSchemaNode} present in subtree.
  *
- * Iterator instance is eagerly created, walking happens on initialization.
- *
- * Iteration is not ordered.
- *
+ * <p>
+ * Iterator instance is eagerly created, walking happens on initialization. Iteration is not ordered.
  */
 public class DataNodeIterator implements Iterator<DataSchemaNode> {