Bump MRI upstreams
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / src / main / java / org / opendaylight / ovsdb / hwvtepsouthbound / InstanceIdentifierCodec.java
index bc169b945eda81b3156b6274c8b7306282f002ad..85c4dab8e29d2317b89ecd434b211ff6481ec2ab 100644 (file)
@@ -20,7 +20,7 @@ import org.opendaylight.yangtools.yang.model.api.EffectiveModelContext;
 import org.opendaylight.yangtools.yang.model.api.EffectiveModelContextListener;
 import org.opendaylight.yangtools.yang.model.api.Module;
 
-public class InstanceIdentifierCodec
+public final class InstanceIdentifierCodec
         // FIXME: this really wants to be wired as yangtools-data-codec-gson's codecs, because ...
         extends AbstractModuleStringInstanceIdentifierCodec implements EffectiveModelContextListener {