Rename ModuleInfoSnapshotResolver 83/103083/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 4 Nov 2022 16:40:54 +0000 (17:40 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 4 Nov 2022 17:47:52 +0000 (18:47 +0100)
We are masquerading as the binding-dom-codec, but that is not accurate.
Use our name instead.

Change-Id: I930976e96b22bbb070d1a02ccd28bfa86a59cf1e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
dom/mdsal-dom-schema-osgi/src/main/java/org/opendaylight/mdsal/dom/schema/osgi/impl/RegularYangModuleInfoRegistry.java

index 93511ac6282dc801e110311c31975080b5811d9e..006d14b7cae8d2530a101e37d69c4d9b9cc13073 100644 (file)
@@ -46,7 +46,7 @@ final class RegularYangModuleInfoRegistry extends YangModuleInfoRegistry {
     RegularYangModuleInfoRegistry(final ComponentFactory<OSGiModuleInfoSnapshotImpl> contextFactory,
             final YangParserFactory factory) {
         this.contextFactory = requireNonNull(contextFactory);
-        resolver = new ModuleInfoSnapshotResolver("binding-dom-codec", factory);
+        resolver = new ModuleInfoSnapshotResolver("dom-schema-osgi", factory);
     }
 
     // Invocation from scanner, we may want to ignore this in order to not process partial updates