Add OnDemandShardState to report additional Shard state
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / DelegateFactory.java
index e6702d90f1f22e0ee01e7e6624ee77011003ef16..cd1b548b8e4823735ec27baf9846cdee9b38e285 100644 (file)
@@ -10,8 +10,8 @@ package org.opendaylight.controller.cluster.datastore;
 /**
  * Base class for factories instantiating delegates.
  *
- * <D> delegate type
- * <M> message type
+ * @param <M> message type
+ * @param <D> delegate type
  */
 abstract class DelegateFactory<M, D> {
     abstract D createDelegate(M message);