Merge "Making javadoc actually get flagged as javadoc"
authorTony Tkacik <ttkacik@cisco.com>
Mon, 21 Jul 2014 07:17:31 +0000 (07:17 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 21 Jul 2014 07:17:31 +0000 (07:17 +0000)
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.
  */