Fix a few javadoc errors
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / DatastoreContextIntrospector.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.