Enforce checkstyle in yang-data-util
[yangtools.git] / yang / yang-data-util / src / main / java / org / opendaylight / yangtools / yang / data / util / codec / PrecomputedCodecCache.java
index 3608b3cfd0d3833abb6a00c236b8c21d200856d4..4bf16141d1534cff194107f443dcea0f09c9f5b7 100644 (file)
@@ -18,6 +18,7 @@ import org.opendaylight.yangtools.yang.model.api.TypedSchemaNode;
  * Pre-computed CodecCache. All possible codecs are created upfront at instantiation time, after which they are
  * available for the cost of a constant lookup.
  *
+ * <p>
  * Instantiation needs to occur through {@link LazyCodecCache#toPrecomputed()} after the lazy cache has been fully
  * populated.
  *