Fix warnings/javadocs in sal-distributed-datastore
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / TransactionReadyReplyMapper.java
index 43c3be11c278de94cddfdccb66bcc26414bf1f5f..986cca5f3d400dfeb4ce40c81355242b161cced5 100644 (file)
@@ -20,10 +20,9 @@ import scala.concurrent.Future;
 /**
  * A {@link Mapper} extracting the {@link ActorSelection} pointing to the actor which
  * is backing a particular transaction.
- *
+ * <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.
  */
 public class TransactionReadyReplyMapper extends Mapper<Object, ActorSelection> {