Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / raft / protobuff / client / messages / Payload.java
index 1d0a10345af8cb7f88193d214cf635087e930ed9..b970ba4485bb759707cca1f0bb1bfbe3db82eeb2 100644 (file)
@@ -11,7 +11,8 @@ package org.opendaylight.controller.cluster.raft.protobuff.client.messages;
 /**
  * An instance of a Payload class is meant to be used as the Payload for
  * AppendEntries.
- * <p/>
+ *
+ * <p>
  * When an actor which is derived from RaftActor attempts to persistData it
  * must pass an instance of the Payload class. Similarly when state needs to
  * be applied to the derived RaftActor it will be passed an instance of the