BUG-5280: implement message queueing
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / messages / LocalShardNotFound.java
index f6c6634e1a9a9748c245f53f194515544d24060c..6d08be4847ac6c8ce47d82d3fe40f7d71c114fdd 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.controller.cluster.datastore.messages;
 
 /**
- * LocalShardNotFound is a message that is sent by the {@link org.opendaylight.controller.cluster.datastore.ShardManager}
+ * 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 {