Remove EffectiveAugmentationSchema.create() 32/99932/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 2 Mar 2022 11:30:57 +0000 (12:30 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 2 Mar 2022 12:43:19 +0000 (13:43 +0100)
commit5fdd7a708740b9eea3a888bf86b979a75829c1a7
tree4e637819d098b25254d2dbc23e31b415d2d2eefd
parent81f38342831f259f93e0d35f3f1ddc6f0e90b91f
Remove EffectiveAugmentationSchema.create()

This is a simple class, there is no need to have a static method, just
a constructor suffices.

Change-Id: I0eeff5c1f5dbcefe6f0b356323762cb2a3152b9f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
data/yang-data-impl/src/main/java/org/opendaylight/yangtools/yang/data/impl/schema/InstanceIdToCompositeNodes.java
data/yang-data-tree-ri/src/main/java/org/opendaylight/yangtools/yang/data/tree/impl/AugmentationModificationStrategy.java
data/yang-data-util/src/main/java/org/opendaylight/yangtools/yang/data/util/AugmentationContextNode.java
data/yang-data-util/src/main/java/org/opendaylight/yangtools/yang/data/util/NormalizedNodeStreamWriterStack.java
model/yang-model-util/src/main/java/org/opendaylight/yangtools/yang/model/util/EffectiveAugmentationSchema.java
model/yang-model-util/src/test/java/org/opendaylight/yangtools/yang/model/util/YT1404Test.java