Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / TransactionReadyReplyMapper.java
index 986cca5f3d400dfeb4ce40c81355242b161cced5..d1774980bf1f6a8400b69c4e9dca355d0c06725c 100644 (file)
@@ -20,7 +20,8 @@ import scala.concurrent.Future;
 /**
  * A {@link Mapper} extracting the {@link ActorSelection} pointing to the actor which
  * is backing a particular transaction.
- * <p/>
+ *
+ * <p>
  * This class is not for general consumption. It is public only to support the pre-lithium compatibility
  * package.
  * TODO: once we remove compatibility, make this class package-private and final.