This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/tomee-site-pub.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 3fcfaef6ba [site-publish] source tomee-site-generator
https://github.com/apache/tomee-site-generator
https://ci-builds.apache.org/job/Tomee/job/site-publish
3fcfaef6ba is described below
commit 3fcfaef6ba34934ac4131085e4a74996bb040e65
Author: jenkins <[email protected]>
AuthorDate: Wed Aug 10 00:45:09 2022 +0000
[site-publish] source tomee-site-generator
https://github.com/apache/tomee-site-generator
https://ci-builds.apache.org/job/Tomee/job/site-publish
---
.../javadoc/org/eclipse/microprofile/metrics/MetricRegistry.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/MetricRegistry.html
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/MetricRegistry.html
index 6c826686e2..d1b77fa514 100644
---
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/MetricRegistry.html
+++
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/MetricRegistry.html
@@ -1276,7 +1276,7 @@ var activeTableTab = "activeTableTab";
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - the name of the metric</dd>
<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the <a href="../../../../org/eclipse/microprofile/metrics/Metadata.html"
title="interface in org.eclipse.microprofile.metrics"><code>Metadata</code></a>
for the provided name of <code>null</code> if none has been registered for that
name</dd>
+<dd>the <a href="../../../../org/eclipse/microprofile/metrics/Metadata.html"
title="interface in org.eclipse.microprofile.metrics"><code>Metadata</code></a>
for the provided name or <code>null</code> if none has been registered for that
name</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>3.0</dd>
</dl>
@@ -1564,7 +1564,7 @@ var activeTableTab = "activeTableTab";
<div class="block">Returns the scope of this metric registry.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
-<dd>Scope of this registry (VENDOR, BASE, APPLICATION)</dd>
+<dd>Scope of this registry (VENDOR_SCOPE, BASE_SCOPE, APPLICATION_SCOPE, or a
custom scope)</dd>
</dl>
</li>
</ul>