Setting stateful02 to be primary draft version.
[bgpcep.git] / concepts / src / main / java / org / opendaylight / protocol / concepts / MultiRegistry.java
index 17675e7510264a757bb617e3d286120aa9ba4615..28529bca78c75bd4f6b4fbf13644c8b3938f3b48 100644 (file)
@@ -84,6 +84,6 @@ public final class MultiRegistry<K, V> {
        }
 
        public V get(final K key) {
-               return current.get(key);
+               return this.current.get(key);
        }
 }