Update CodecDataObjectGenerator FIXME 45/96545/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 16 Jun 2021 09:18:31 +0000 (11:18 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 16 Jun 2021 09:19:34 +0000 (11:19 +0200)
We have an issue tracking the activation of Fixed generator, make sure
the FIXME is referencing it.

JIRA: MDSAL-443
Change-Id: Id5af6daa7ee777592b214085dbe61fecc4ac8305
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-codec/src/main/java/org/opendaylight/mdsal/binding/dom/codec/impl/CodecDataObjectGenerator.java

index 57957b192b32014885a157556ad62a9da2455216..688c4ec90e57f327466eef65d894574fd0f5c7a9 100644 (file)
@@ -153,8 +153,8 @@ import org.slf4j.LoggerFactory;
  */
 abstract class CodecDataObjectGenerator<T extends CodecDataObject<?>> implements ClassGenerator<T> {
     // Not reusable definition: we can inline NodeContextSuppliers without a problem
-    // FIXME: 6.0.0: wire this implementation, which requires that BindingRuntimeTypes provides information about types
-    //               being generated from within a grouping
+    // FIXME: MDSAL-443: wire this implementation, which requires that BindingRuntimeTypes provides information about
+    //                   types being generated from within a grouping
     private static final class Fixed<T extends CodecDataObject<?>> extends CodecDataObjectGenerator<T>
             implements NodeContextSupplierProvider<T> {
         private final ImmutableMap<Method, NodeContextSupplier> properties;