Enable checkstyle on objectcache and mockito-config
[yangtools.git] / common / object-cache-api / src / main / java / org / opendaylight / yangtools / objcache / spi / AbstractObjectCache.java
index 71eb2ca184f5b8fcdc3d10c5bf634ec27530c5fc..0bced73ded4fa853dca9c0f69bdb19a4f007a748 100644 (file)
@@ -64,9 +64,11 @@ public abstract class AbstractObjectCache implements ObjectCache {
      * Key used in the underlying map. It is essentially a soft reference, with
      * slightly special properties.
      *
+     * <p>
      * It acts as a proxy for the object it refers to and essentially delegates
      * to it. There are three exceptions here:
      *
+     * <p>
      * 1) This key needs to have a cached hash code. The requirement is that the
      *    key needs to be able to look itself up after the reference to the object
      *    has been cleared (and thus we can no longer look it up from there). One