Skip to content

Commit

Permalink
Fixed 10 javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
steven1046 committed Jan 31, 2023
1 parent e447b6d commit 387cc3d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Expand Up @@ -138,7 +138,7 @@
/**
* The scope that this counter belongs to.
*
* @return The scope this counter belongs to. By default, the value is {@link MetricRegistry.APPLICATION_SCOPE}.
* @return The scope this counter belongs to. By default, the value is {@link MetricRegistry#APPLICATION_SCOPE}.
*
*/
@Nonbinding
Expand Down
Expand Up @@ -112,7 +112,7 @@
/**
* The scope that this gauge belongs to.
*
* @return The scope this gauge belongs to. By default, the value is {@link MetricRegistry.APPLICATION_SCOPE}.
* @return The scope this gauge belongs to. By default, the value is {@link MetricRegistry#APPLICATION_SCOPE}.
*
*/
@Nonbinding
Expand Down
Expand Up @@ -108,7 +108,7 @@
/**
* The scope that this metric belongs to.
*
* @return The scope this metric belongs to. By default, the value is {@link MetricRegistry.APPLICATION_SCOPE}.
* @return The scope this metric belongs to. By default, the value is {@link MetricRegistry#APPLICATION_SCOPE}.
*
*/
@Nonbinding
Expand Down
Expand Up @@ -48,8 +48,8 @@
* </code>
* </pre>
*
* see {@link MetricRegistry.APPLICATION_SCOPE}, {@link MetricRegistry.BASE_SCOPE} and
* {@link MetricRegistry.VENDOR_SCOPE}
* see {@link MetricRegistry#APPLICATION_SCOPE}, {@link MetricRegistry#BASE_SCOPE} and
* {@link MetricRegistry#VENDOR_SCOPE}
*
* @author Raymond Lam
*
Expand All @@ -65,8 +65,8 @@
* {@code application}, {@code base} and {@code vendor} scopes automatically and creates user-defined scopes
* as needed.
*
* see {@link MetricRegistry.APPLICATION_SCOPE}, {@link MetricRegistry.BASE_SCOPE} and
* {@link MetricRegistry.VENDOR_SCOPE}
* see {@link MetricRegistry#APPLICATION_SCOPE}, {@link MetricRegistry#BASE_SCOPE} and
* {@link MetricRegistry#VENDOR_SCOPE}
*/
String scope() default MetricRegistry.APPLICATION_SCOPE;
}
Expand Up @@ -132,7 +132,7 @@
/**
* The scope that this Timer belongs to.
*
* @return The scope this Timer belongs to. By default, the value is {@link MetricRegistry.APPLICATION_SCOPE}.
* @return The scope this Timer belongs to. By default, the value is {@link MetricRegistry#APPLICATION_SCOPE}.
*
*/
@Nonbinding
Expand Down

0 comments on commit 387cc3d

Please sign in to comment.