Enable checkstyle on objectcache and mockito-config
[yangtools.git] / common / object-cache-api / src / main / java / org / opendaylight / yangtools / objcache / ObjectCache.java
index 4e275924248252ac351f971dcc026f1b4d93337e..6390abcf86205b3978ea48f95c0ecbb28bbc2b8b 100644 (file)
@@ -19,6 +19,7 @@ import org.opendaylight.yangtools.concepts.ProductAwareBuilder;
  * indexes and spend some CPU cycles on walking the index to potentially
  * end up with a reused object.
  *
+ * <p>
  * Note that the cached objects should really be semantically {@link Immutable}.
  * This interface does not enforce that interface contract simply because
  * there are third-party objects which fulfill this contract.