Allow path to be null 96/103196/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 10 Nov 2022 16:27:52 +0000 (17:27 +0100)
committerRobert Varga <nite@hq.sk>
Fri, 11 Nov 2022 16:58:21 +0000 (16:58 +0000)
commit4ecf78a50f2e638ffd182aca0efb2dcfbf2140dd
tree0b8116bddd86397449eee98630ffff7f7328efe1
parent3da322565de5c1ad8f0d15ad615a4a9627ad5b89
Allow path to be null

Downstreams need to perform dispatch to use either create() without
the path -- which is a bit hostile for utilities. Allow path to be
optional, improving usability a bit.

Change-Id: I46e4c4b5d2aa9218df6cb729f7a68cbd503cc4c5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
codec/yang-data-codec-xml/src/main/java/org/opendaylight/yangtools/yang/data/codec/xml/XMLStreamNormalizedNodeStreamWriter.java