Skip to content

Commit

Permalink
javadoc tweaks for MetricRegistry
Browse files Browse the repository at this point in the history
Signed-off-by: Don Bourne <dbourne@ca.ibm.com>
  • Loading branch information
donbourne committed Aug 8, 2022
1 parent 2a882f5 commit 7f489e5
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -565,7 +565,7 @@ static String name(Class<?> klass, String... names) {
*
* @param name
* the name of the metric
* @return the {@link Metadata} for the provided name of {@code null} if none has been registered for that name
* @return the {@link Metadata} for the provided name or {@code null} if none has been registered for that name
*
* @since 3.0
*/
Expand Down Expand Up @@ -691,7 +691,7 @@ static String name(Class<?> klass, String... names) {
/**
* Returns a map of all the metrics in the registry and their {@link MetricID}s which match the given filter and
* which are assignable to the provided type.
*
*
* @param ofType
* the type to which all returned metrics should be assignable
* @param filter
Expand Down Expand Up @@ -730,7 +730,7 @@ static String name(Class<?> klass, String... names) {
/**
* Returns the scope of this metric registry.
*
* @return Scope of this registry (VENDOR, BASE, APPLICATION)
* @return Scope of this registry (VENDOR_SCOPE, BASE_SCOPE, APPLICATION_SCOPE, or a custom scope)
*/
String getScope();

Expand Down

0 comments on commit 7f489e5

Please sign in to comment.