Rename NamespaceStorageSupport
[yangtools.git] / parser / yang-parser-reactor / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / reactor / SweptNamespace.java
index 2054ee75b587a39b7ad62911493493c3a15fec79..d5a7a069713938a4e1e544fe6a409cb3a27bcbb0 100644 (file)
@@ -16,7 +16,7 @@ import org.opendaylight.yangtools.yang.parser.spi.meta.ParserNamespace;
 
 /**
  * Placeholder namespace map which does not allow access and acts as a sentinel for namespaces which have been
- * explicitly removed from {@link NamespaceStorageSupport}.
+ * explicitly removed from {@link AbstractNamespaceStorage}.
  */
 final class SweptNamespace extends AbstractMap<Object, Object> {
     private final ParserNamespace<?, ?> name;