Skip to content

Commit

Permalink
Add javadoc on param
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Jul 23, 2024
1 parent 4b27f3a commit b031db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/java/org/opensearch/plugins/Plugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public Collection<Class<? extends LifecycleComponent>> getGuiceServiceClasses()
* @param indexNameExpressionResolver A service that resolves expression to index and alias names
* @param repositoriesServiceSupplier A supplier for the service that manages snapshot repositories; will return null when this method
* is called, but will return the repositories service once the node is initialized.
* @param contextSwitcher
* @param contextSwitcher A client for switching to plugin system context
*/
public Collection<Object> createComponents(
Client client,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public interface TelemetryAwarePlugin {
* is called, but will return the repositories service once the node is initialized.
* @param tracer the tracer to add tracing instrumentation.
* @param metricsRegistry the registry for metrics instrumentation.
* @param contextSwitcher A client for switching to plugin system context
*/
default Collection<Object> createComponents(
NodeClient client,
Expand Down

0 comments on commit b031db9

Please sign in to comment.