Fix warnings/javadocs in sal-distributed-datastore
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / messages / LocalShardNotFound.java
index 6d08be4847ac6c8ce47d82d3fe40f7d71c114fdd..381eb562319ab3fdc494a2bc61677a8cf7daf3bf 100644 (file)
@@ -9,13 +9,15 @@
 package org.opendaylight.controller.cluster.datastore.messages;
 
 /**
- * LocalShardNotFound is a message that is sent by the {@link org.opendaylight.controller.cluster.datastore.shardmanager.ShardManager}
- * when it cannot locate a shard in it's local registry with the shardName specified
+ * LocalShardNotFound is a message that is sent by the
+ * {@link org.opendaylight.controller.cluster.datastore.shardmanager.ShardManager}
+ * when it cannot locate a shard in it's local registry with the shardName specified.
  */
 public class LocalShardNotFound {
     private final String shardName;
 
     /**
+     * Constructs an instance.
      *
      * @param shardName the name of the shard that could not be found
      */