This is an automated email from the ASF dual-hosted git repository.
vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
The following commit(s) were added to refs/heads/main by this push:
new 9a16514c74 QPID-8669: [Broker-J] Fix JavaDoc in QueueReport (#261)
9a16514c74 is described below
commit 9a16514c74602bb3008555755a96053079d172c9
Author: vavrtom <[email protected]>
AuthorDate: Wed Feb 19 12:03:06 2025 +0100
QPID-8669: [Broker-J] Fix JavaDoc in QueueReport (#261)
---
.../org/apache/qpid/server/management/plugin/report/QueueReport.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/report/QueueReport.java
b/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/report/QueueReport.java
index 5fad1fd0e3..e4a7935f63 100644
---
a/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/report/QueueReport.java
+++
b/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/report/QueueReport.java
@@ -38,13 +38,13 @@ import org.apache.qpid.server.model.Queue;
* {@link java.util.ServiceLoader ServiceLoader}).
* </p>
*
- * <h3>Running reports</h3>
+ * <h2>Running reports</h2>
* <p>
* The report can be run using the URL:
* {@code http://<broker>/service/queuereport/<virtualhost name>/<queue
name>/<report name>[?param1=x¶m2=y...]}
* </p>
*
- * <h4>Report Parameters</h4>
+ * <h3>Report Parameters</h3>
*
* <p>
* Reports can take parameters from the query string of the HTTP request.
For every parameter in the query string
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]