This is an automated email from the ASF dual-hosted git repository.

ddanielr pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/2.1 by this push:
     new e6d5fea0a1 fix typo in javadoc
e6d5fea0a1 is described below

commit e6d5fea0a186397bd9f39ff924636acc731c570c
Author: Daniel Roberts ddanielr <ddani...@gmail.com>
AuthorDate: Thu Oct 24 15:01:21 2024 +0000

    fix typo in javadoc
---
 core/src/main/java/org/apache/accumulo/core/metrics/MetricsInfo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/main/java/org/apache/accumulo/core/metrics/MetricsInfo.java 
b/core/src/main/java/org/apache/accumulo/core/metrics/MetricsInfo.java
index f0962a5c1f..45e4971c95 100644
--- a/core/src/main/java/org/apache/accumulo/core/metrics/MetricsInfo.java
+++ b/core/src/main/java/org/apache/accumulo/core/metrics/MetricsInfo.java
@@ -88,7 +88,7 @@ public interface MetricsInfo {
    *
    * @param applicationName the application (process) name.
    * @param hostAndPort the host:port pair
-   * @oaram resourceGroup the resource group name
+   * @param resourceGroup the resource group name
    */
   void addServiceTags(final String applicationName, final HostAndPort 
hostAndPort,
       final String resourceGroup);

Reply via email to