Fix checkstyle errors and activate enforcement for concepts
[yangtools.git] / common / concepts / src / main / java / org / opendaylight / yangtools / concepts / WritableObject.java
index 7d5a3d8bfd27d08366326614f15f369cd87dfdb6..7ad2ee929d84189796b875b011efd4039b71e795 100644 (file)
@@ -20,8 +20,8 @@ import javax.annotation.Nonnull;
  *      public static CLASS readFrom(DataInput in) throws IOException;
  * </pre>
  *
- * The serialization format provided by this abstraction does not guarantee versioning. Callers are responsible for
- * ensuring the source stream is correctly positioned.
+ * <p>The serialization format provided by this abstraction does not guarantee versioning. Callers are responsible
+ * for ensuring the source stream is correctly positioned.
  *
  * @author Robert Varga
  */