Push out FIXMEs to 5.0.0
[yangtools.git] / yang / yang-data-codec-gson / src / main / java / org / opendaylight / yangtools / yang / data / codec / gson / JSONCodecFactory.java
index ca39f1b6778141c25899ebc3ac923adbb81c835f..15fe09f1fcf2775d90f30b73d210f9dccd1da386 100644 (file)
@@ -158,7 +158,7 @@ public final class JSONCodecFactory extends AbstractCodecFactory<JSONCodec<?>> {
 
     // Returns a one-off factory for the purposes of normalizing an anydata tree.
     //
-    // FIXME: 4.0.0: this is really ugly, as we should be able to tell if the new context is the same as ours and
+    // FIXME: 5.0.0: this is really ugly, as we should be able to tell if the new context is the same as ours and
     //               whether our cache is thread-safe -- in which case we should just return this.
     //               The supplier/cache/factory layout needs to be reworked so that this call ends up being equivalent
     //               to JSONCodecFactorySupplier.getShared() in case this factory is not thread safe.