Propagate @Nonnull and @Nullable annotations
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / spi / meta / NamespaceBehaviour.java
index 81984076fe18bf58020750e3d295b2a879a1563d..6082555a570a5d94f155127e9344578104d6c37b 100644 (file)
@@ -53,7 +53,6 @@ public abstract class NamespaceBehaviour<K, V, N extends IdentifierNamespace<K,
         @Nullable
         <K, V, N extends IdentifierNamespace<K, V>> Map<K, V> getAllFromLocalStorage(Class<N> type);
 
-        @Nullable
         <K, V, N extends IdentifierNamespace<K, V>> void addToLocalStorage(Class<N> type, K key, V value);
 
     }