Fix a few javadoc errors 52/45152/2
authorRobert Varga <rovarga@cisco.com>
Mon, 5 Sep 2016 10:34:23 +0000 (12:34 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 9 Sep 2016 19:46:02 +0000 (19:46 +0000)
Fixes a reference and a parameter name.

Change-Id: Ibd625211d2a6873766bb1a0cb666445d39a323ed
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DatastoreContextIntrospector.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/CreateShard.java

index 0ef281319cd2ddbf6077099c0df8cf86b752d927..9d4a5c81137808886d1965c78a47c1d359fcc58b 100644 (file)
@@ -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.
index 6b4fd7c204a194d1c2edf7f80ede8557e16a6eb7..372155107d54b105521d8774f47d5931e098ea3b 100644 (file)
@@ -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,