Merge "BUG-1276: fixed generated union constructor"
[yangtools.git] / common / util / src / main / java / org / opendaylight / yangtools / util / MapAdaptor.java
index 2ef038b99f8cf19c0928ad61702831a5745cd31e..d1d8b75806d1d54fcc684230680872b5a147580a 100644 (file)
@@ -19,7 +19,7 @@ import com.google.common.base.Preconditions;
 import com.google.common.collect.Iterables;
 import com.romix.scala.collection.concurrent.TrieMap;
 
-/*
+/**
  * A simple layer on top of maps, which performs snapshot mediation and optimization of
  * what the underlying implementation is.
  */