Fix warnings/javadocs in sal-distributed-datastore
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / messages / FindLocalShard.java
index 2449a2b3daadd44458b4822ad907fe39f4f83847..380e71e78adc04ba01e0df89e0bdd6ab16742ce8 100644 (file)
@@ -9,8 +9,9 @@
 package org.opendaylight.controller.cluster.datastore.messages;
 
 /**
- * FindLocalShard is a message that should be sent to the {@link org.opendaylight.controller.cluster.datastore.shardmanager.ShardManager}
- * when we need to find a reference to a LocalShard
+ * FindLocalShard is a message that should be sent to the
+ * {@link org.opendaylight.controller.cluster.datastore.shardmanager.ShardManager} when we need to find a reference
+ * to a LocalShard.
  */
 public class FindLocalShard {
     private final String shardName;