You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by va...@apache.org on 2022/11/07 12:56:28 UTC

[qpid-broker-j] branch main updated: NO-JIRA: Javadoc: Replaced empty

tag by
tag (#157)

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 3897483114 NO-JIRA: Javadoc: Replaced empty <p> tag by <br> tag (#157)
3897483114 is described below

commit 38974831144c26943960e1bfa17296bc2c502884
Author: vavrtom <va...@gmail.com>
AuthorDate: Mon Nov 7 13:56:22 2022 +0100

    NO-JIRA: Javadoc: Replaced empty <p> tag by <br> tag (#157)
---
 .../qpid/server/store/berkeleydb/CoalescingCommiter.java    |  2 +-
 ...ppressingInheritedAccessControlContextThreadFactory.java |  2 +-
 .../java/org/apache/qpid/server/util/CommandLineParser.java | 13 ++++---------
 ...nfiguredObjectMethodAttributeOrStatisticTransformer.java |  2 +-
 .../ConfiguredObjectMethodOperationTransformer.java         |  2 +-
 .../ConfiguredObjectTypeRegistryTransformer.java            |  2 +-
 .../end_to_end_conversion/utils/LoggingOutputStream.java    | 10 +++++-----
 7 files changed, 14 insertions(+), 19 deletions(-)

diff --git a/bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/CoalescingCommiter.java b/bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/CoalescingCommiter.java
index 4583a1d4f3..fc6e1fbad3 100644
--- a/bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/CoalescingCommiter.java
+++ b/bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/CoalescingCommiter.java
@@ -129,7 +129,7 @@ public class CoalescingCommiter implements Committer
      * continuing, but it is the responsibility of this thread to tell the commit operations when they have been
      * completed by calling back on their {@link org.apache.qpid.server.store.berkeleydb.CoalescingCommiter.BDBCommitFutureResult#complete()} and {@link org.apache.qpid.server.store.berkeleydb.CoalescingCommiter.BDBCommitFutureResult#abort} methods.
      *
-     * <p/><table id="crc"><caption>CRC Card</caption> <tr><th> Responsibilities <th> Collaborations </table>
+     * <br><table id="crc"><caption>CRC Card</caption> <tr><th> Responsibilities <th> Collaborations </table>
      */
     private static class CommitThread extends Thread
     {
diff --git a/broker-core/src/main/java/org/apache/qpid/server/pool/SuppressingInheritedAccessControlContextThreadFactory.java b/broker-core/src/main/java/org/apache/qpid/server/pool/SuppressingInheritedAccessControlContextThreadFactory.java
index 63b168c386..cc9ef285b9 100644
--- a/broker-core/src/main/java/org/apache/qpid/server/pool/SuppressingInheritedAccessControlContextThreadFactory.java
+++ b/broker-core/src/main/java/org/apache/qpid/server/pool/SuppressingInheritedAccessControlContextThreadFactory.java
@@ -29,7 +29,7 @@ import java.util.concurrent.atomic.AtomicInteger;
 
 /**
  * <code>ThreadFactory</code> to create threads with empty inherited <code>java.security.AccessControlContext</code>.
- * <br/>
+ * <br>
  * It delegates thread creation to <code>Executors</code> default thread factory.
  */
 public class SuppressingInheritedAccessControlContextThreadFactory implements ThreadFactory
diff --git a/broker-core/src/main/java/org/apache/qpid/server/util/CommandLineParser.java b/broker-core/src/main/java/org/apache/qpid/server/util/CommandLineParser.java
index 74de8119f9..12ba5b3ae0 100644
--- a/broker-core/src/main/java/org/apache/qpid/server/util/CommandLineParser.java
+++ b/broker-core/src/main/java/org/apache/qpid/server/util/CommandLineParser.java
@@ -533,16 +533,11 @@ public class CommandLineParser
      * are numbered from 1, such that the parsed properties contain values for the keys "1", "2", ... This method
      * converts any free arguments declared using the 'name=value' syntax into properties with key 'name', value
      * 'value'.
-     *
-     * <p/>For example the comand line:
-     * <pre>
-     * ... debug=true
-     * </pre>
-     *
-     * <p/>After parsing has properties:
+     * <br><br>For example the command line:
+     * <pre>... debug=true</pre>
+     * <br>After parsing has properties:
      * <pre>[[1, debug=true]]</pre>
-     *
-     * <p/>After applying this method the properties are:
+     * <br>After applying this method the properties are:
      * <pre>[[1, debug=true], [debug, true]]</pre>
      *
      * @param properties The parsed command line properties.
diff --git a/broker-instrumentation/src/main/java/org/apache/qpid/server/instrumentation/transformer/ConfiguredObjectMethodAttributeOrStatisticTransformer.java b/broker-instrumentation/src/main/java/org/apache/qpid/server/instrumentation/transformer/ConfiguredObjectMethodAttributeOrStatisticTransformer.java
index 51ef91aade..1bc967bb14 100644
--- a/broker-instrumentation/src/main/java/org/apache/qpid/server/instrumentation/transformer/ConfiguredObjectMethodAttributeOrStatisticTransformer.java
+++ b/broker-instrumentation/src/main/java/org/apache/qpid/server/instrumentation/transformer/ConfiguredObjectMethodAttributeOrStatisticTransformer.java
@@ -36,7 +36,7 @@ import org.apache.qpid.server.instrumentation.metadata.MethodDescription;
 
 /**
  * Transforms org.apache.qpid.server.model.ConfiguredObjectMethodAttributeOrStatistic class.
- * <p>
+ * <br>
  * Class structure after transformation:
  * <pre>
  * abstract class ConfiguredObjectMethodAttributeOrStatistic
diff --git a/broker-instrumentation/src/main/java/org/apache/qpid/server/instrumentation/transformer/ConfiguredObjectMethodOperationTransformer.java b/broker-instrumentation/src/main/java/org/apache/qpid/server/instrumentation/transformer/ConfiguredObjectMethodOperationTransformer.java
index 9a87df1ae8..ef190e98eb 100644
--- a/broker-instrumentation/src/main/java/org/apache/qpid/server/instrumentation/transformer/ConfiguredObjectMethodOperationTransformer.java
+++ b/broker-instrumentation/src/main/java/org/apache/qpid/server/instrumentation/transformer/ConfiguredObjectMethodOperationTransformer.java
@@ -36,7 +36,7 @@ import org.apache.qpid.server.instrumentation.metadata.MethodDescription;
 
 /**
  * Transforms org.apache.qpid.server.model.ConfiguredObjectMethodOperation class.
- * <p>
+ * <br>
  * Class structure after transformation:
  * <pre>
  * abstract class ConfiguredObjectMethodOperation
diff --git a/broker-instrumentation/src/main/java/org/apache/qpid/server/instrumentation/transformer/ConfiguredObjectTypeRegistryTransformer.java b/broker-instrumentation/src/main/java/org/apache/qpid/server/instrumentation/transformer/ConfiguredObjectTypeRegistryTransformer.java
index d2a8e04e0d..cd0c83a2cd 100644
--- a/broker-instrumentation/src/main/java/org/apache/qpid/server/instrumentation/transformer/ConfiguredObjectTypeRegistryTransformer.java
+++ b/broker-instrumentation/src/main/java/org/apache/qpid/server/instrumentation/transformer/ConfiguredObjectTypeRegistryTransformer.java
@@ -40,7 +40,7 @@ import org.apache.qpid.server.instrumentation.metadata.MethodDescription;
 
 /**
  * Transforms org.apache.qpid.server.model.ConfiguredObjectTypeRegistry$AutomatedField class.
- * <p>
+ * <br>
  * Class structure after transformation:
  * <pre>
  * static class AutomatedField
diff --git a/systests/end-to-end-conversion-tests/src/main/java/org/apache/qpid/systests/end_to_end_conversion/utils/LoggingOutputStream.java b/systests/end-to-end-conversion-tests/src/main/java/org/apache/qpid/systests/end_to_end_conversion/utils/LoggingOutputStream.java
index 9a27d25179..62dd793ccd 100644
--- a/systests/end-to-end-conversion-tests/src/main/java/org/apache/qpid/systests/end_to_end_conversion/utils/LoggingOutputStream.java
+++ b/systests/end-to-end-conversion-tests/src/main/java/org/apache/qpid/systests/end_to_end_conversion/utils/LoggingOutputStream.java
@@ -33,17 +33,17 @@ import org.slf4j.event.Level;
  */
 
 /**
- * An OutputStream that flushes out to a Category.<p>
- * <p/>
+ * An OutputStream that flushes out to a Category.
+ * <br><br>
  * Note that no data is written out to the Category until the stream is
- * flushed or closed.<p>
- * <p/>
+ * flushed or closed.
+ * <br><br>
  * Example:<pre>
  * // make sure everything sent to System.err is logged
  * System.setErr(new PrintStream(new
  * LoggingOutputStream(Logger.getRootCategory(),
  * Level.WARN), true));
- * <p/>
+ * <br>
  * // make sure everything sent to System.out is also logged
  * System.setOut(new PrintStream(new
  * LoggingOutputStream(Logger.getRootCategory(),


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org