From: Robert Varga Date: Mon, 5 Sep 2016 10:34:23 +0000 (+0200) Subject: Fix a few javadoc errors X-Git-Tag: release/carbon~490 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=12e16922ccae84464390f8767aa470f63fa49251;ds=sidebyside Fix a few javadoc errors Fixes a reference and a parameter name. Change-Id: Ibd625211d2a6873766bb1a0cb666445d39a323ed Signed-off-by: Robert Varga --- diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DatastoreContextIntrospector.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DatastoreContextIntrospector.java index 0ef281319c..9d4a5c8113 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DatastoreContextIntrospector.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DatastoreContextIntrospector.java @@ -225,7 +225,7 @@ public class DatastoreContextIntrospector { /** * Applies the given properties to the cached DatastoreContext and yields a new DatastoreContext - * instance which can be obtained via {@link getContext}. + * instance which can be obtained via {@link #getContext()}. * * @param properties the properties to apply * @return true if the cached DatastoreContext was updated, false otherwise. diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/CreateShard.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/CreateShard.java index 6b4fd7c204..372155107d 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/CreateShard.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/CreateShard.java @@ -28,7 +28,7 @@ public class CreateShard { * Constructor. * * @param moduleShardConfig the configuration of the new shard. - * @param shardPropsCreator used to obtain the Props for creating the shard actor instance. + * @param shardBuilder used to obtain the Props for creating the shard actor instance. * @param datastoreContext the DatastoreContext for the new shard. If null, the default is used. */ public CreateShard(@Nonnull ModuleShardConfiguration moduleShardConfig,