Fix javadoc HTML5 compliance 76/81876/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 2 May 2019 13:54:17 +0000 (15:54 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 2 May 2019 13:54:17 +0000 (15:54 +0200)
This removes the use of <tt/> in favor of {@code}.

Change-Id: Iff784cbc56c3372865448d8725732cf2c19cde4f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
mdsalutil/mdsalutil-api/src/main/java/org/opendaylight/genius/utils/cache/CacheUtil.java

index dff5f0cc3a7f9cb4cef99f0fd23a483ea99e8255..e77371610c2a785c8cab592b6a858a781a824509 100644 (file)
@@ -31,7 +31,7 @@ import java.util.concurrent.ConcurrentMap;
  * such as <a href="http://infinispan.org">Infinispan</a> or <a href="http://www.ehcache.org">Ehcache</a>,
  * instead of this class?
  *
- * @deprecated We now recommend you simply use your own <tt>new ConcurrentHashMap&lt;&gt;()</tt> instead.
+ * @deprecated We now recommend you simply use your own {@code new ConcurrentHashMap<>()} instead.
  *
  * @author unascribed (Ericsson India?) - original code
  * @author Michael Vorburger.ch - JavaDoc