From 12e16922ccae84464390f8767aa470f63fa49251 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 5 Sep 2016 12:34:23 +0200 Subject: [PATCH 1/1] Fix a few javadoc errors Fixes a reference and a parameter name. Change-Id: Ibd625211d2a6873766bb1a0cb666445d39a323ed Signed-off-by: Robert Varga --- .../cluster/datastore/DatastoreContextIntrospector.java | 2 +- .../controller/cluster/datastore/messages/CreateShard.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, -- 2.36.6