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 13:39:25 UTC

[qpid-broker-j] branch main updated: NO-JIRA: Replaced tag by tag (#158)

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 51b04f9712 NO-JIRA: Replaced <tt> tag by <code> tag (#158)
51b04f9712 is described below

commit 51b04f9712c84cfb626f7e2db18f30ffff293977
Author: vavrtom <va...@gmail.com>
AuthorDate: Mon Nov 7 14:39:20 2022 +0100

    NO-JIRA: Replaced <tt> tag by <code> tag (#158)
---
 .../java/org/apache/qpid/server/protocol/v0_8/AMQDecoder.java  | 10 +++++-----
 .../end_to_end_conversion/utils/LoggingOutputStream.java       |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQDecoder.java b/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQDecoder.java
index ac9a52b2ae..b2b56d407f 100644
--- a/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQDecoder.java
+++ b/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQDecoder.java
@@ -65,7 +65,7 @@ public abstract class AMQDecoder<T extends MethodProcessor>
 
     /**
      * Creates a new AMQP decoder.
-     * @param expectProtocolInitiation <tt>true</tt> if this decoder needs to handle protocol initiation.
+     * @param expectProtocolInitiation <code>true</code> if this decoder needs to handle protocol initiation.
      * @param methodProcessor method processor
      */
     protected AMQDecoder(boolean expectProtocolInitiation, T methodProcessor)
@@ -76,11 +76,11 @@ public abstract class AMQDecoder<T extends MethodProcessor>
 
 
     /**
-     * Sets the protocol initation flag, that determines whether decoding is handled by the data decoder of the protocol
-     * initation decoder. This method is expected to be called with <tt>false</tt> once protocol initation completes.
+     * Sets the protocol initiation flag, that determines whether decoding is handled by the data decoder of the protocol
+     * initiation decoder. This method is expected to be called with <code>false</code> once protocol initiation completes.
      *
-     * @param expectProtocolInitiation <tt>true</tt> to use the protocol initiation decoder, <tt>false</tt> to use the
-     *                                data decoder.
+     * @param expectProtocolInitiation <code>true</code> to use the protocol initiation decoder, <code>false</code> to
+     *                                 use the data decoder.
      */
     public void setExpectProtocolInitiation(boolean expectProtocolInitiation)
     {
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 62dd793ccd..55f18af6f2 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
@@ -82,8 +82,8 @@ public class LoggingOutputStream extends OutputStream
     private byte[] buf;
     /**
      * The number of valid bytes in the buffer. This value is always
-     * in the range <tt>0</tt> through <tt>buf.length</tt>; elements
-     * <tt>buf[0]</tt> through <tt>buf[count-1]</tt> contain valid
+     * in the range <code>0</code> through <code>buf.length</code>; elements
+     * <code>buf[0]</code> through <code>buf[count-1]</code> contain valid
      * byte data.
      */
     private int count;


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