You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/10/10 08:03:00 UTC

[2/7] activemq-artemis git commit: javadoc: Fix doclint empty

warnings

javadoc: Fix doclint empty <p> warnings


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/ddd1559f
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/ddd1559f
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/ddd1559f

Branch: refs/heads/master
Commit: ddd1559fbea48962510a7f2d60a3dfee89460e9b
Parents: 65342a5
Author: Ville Skytt� <vi...@iki.fi>
Authored: Sun Oct 9 17:44:05 2016 +0300
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Oct 10 10:02:49 2016 +0200

----------------------------------------------------------------------
 .../core/protocol/core/CommandConfirmationHandler.java        | 1 -
 .../org/apache/activemq/artemis/jndi/ReadOnlyContext.java     | 1 -
 .../activemq/artemis/core/journal/impl/JournalImpl.java       | 7 -------
 .../protocol/amqp/converter/message/AMQPMessageIdHelper.java  | 3 ---
 4 files changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/ddd1559f/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/CommandConfirmationHandler.java
----------------------------------------------------------------------
diff --git a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/CommandConfirmationHandler.java b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/CommandConfirmationHandler.java
index bc07019..5caad3b 100644
--- a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/CommandConfirmationHandler.java
+++ b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/CommandConfirmationHandler.java
@@ -18,7 +18,6 @@ package org.apache.activemq.artemis.core.protocol.core;
 
 /**
  * A CommandConfirmationHandler is used by the channel to confirm confirmations of packets.
- * <p>
  */
 public interface CommandConfirmationHandler {
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/ddd1559f/artemis-jms-client/src/main/java/org/apache/activemq/artemis/jndi/ReadOnlyContext.java
----------------------------------------------------------------------
diff --git a/artemis-jms-client/src/main/java/org/apache/activemq/artemis/jndi/ReadOnlyContext.java b/artemis-jms-client/src/main/java/org/apache/activemq/artemis/jndi/ReadOnlyContext.java
index 6ffeabd..0fb6269 100644
--- a/artemis-jms-client/src/main/java/org/apache/activemq/artemis/jndi/ReadOnlyContext.java
+++ b/artemis-jms-client/src/main/java/org/apache/activemq/artemis/jndi/ReadOnlyContext.java
@@ -47,7 +47,6 @@ import org.apache.activemq.artemis.core.client.ActiveMQClientLogger;
  * OperationNotSupportedException. Each Context in the tree builds a cache of
  * the entries in all sub-contexts to optimise the performance of lookup.
  * <p>
- * <p>
  * This implementation is intended to optimise the performance of lookup(String)
  * to about the level of a HashMap get. It has been observed that the scheme
  * resolution phase performed by the JVM takes considerably longer, so for

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/ddd1559f/artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java
----------------------------------------------------------------------
diff --git a/artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java b/artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java
index 6dd2a7f..b6d5e62 100644
--- a/artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java
+++ b/artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java
@@ -73,7 +73,6 @@ import org.jboss.logging.Logger;
 
 /**
  * <p>A circular log implementation.</p>
- * <p></p>
  * <p>Look at {@link JournalImpl#load(LoaderCallback)} for the file layout
  */
 public class JournalImpl extends JournalBase implements TestableJournal, JournalRecordProvider {
@@ -930,9 +929,7 @@ public class JournalImpl extends JournalBase implements TestableJournal, Journal
    /**
     * <p>If the system crashed after a prepare was called, it should store information that is required to bring the transaction
     * back to a state it could be committed. </p>
-    * <p></p>
     * <p> transactionData allows you to store any other supporting user-data related to the transaction</p>
-    * <p></p>
     * <p> This method also uses the same logic applied on {@link JournalImpl#appendCommitRecord(long, boolean)}
     *
     * @param txID
@@ -1397,7 +1394,6 @@ public class JournalImpl extends JournalBase implements TestableJournal, Journal
 
    /**
     * <p>Load data accordingly to the record layouts</p>
-    * <p></p>
     * <p>Basic record layout:</p>
     * <table border=1 summary="">
     * <tr><td><b>Field Name</b></td><td><b>Size</b></td></tr>
@@ -1411,9 +1407,7 @@ public class JournalImpl extends JournalBase implements TestableJournal, Journal
     * <tr><td>RecordBody</td><td>Byte Array (size=BodySize)</td></tr>
     * <tr><td>Check Size</td><td>Integer (4 bytes)</td></tr>
     * </table>
-    * <p></p>
     * <p> The check-size is used to validate if the record is valid and complete </p>
-    * <p></p>
     * <p>Commit/Prepare record layout:</p>
     * <table border=1 summary="">
     * <tr><td><b>Field Name</b></td><td><b>Size</b></td></tr>
@@ -1428,7 +1422,6 @@ public class JournalImpl extends JournalBase implements TestableJournal, Journal
     * <tr><td>* NumberOfElements(n)</td><td>Integer (4 bytes)</td></tr>
     * <tr><td>CheckSize</td><td>Integer (4 bytes)</td></tr>
     * </table>
-    * <p></p>
     * <p> * FileID and NumberOfElements are the transaction summary, and they will be repeated (N)umberOfFiles times </p>
     */
    @Override

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/ddd1559f/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/converter/message/AMQPMessageIdHelper.java
----------------------------------------------------------------------
diff --git a/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/converter/message/AMQPMessageIdHelper.java b/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/converter/message/AMQPMessageIdHelper.java
index e9a9969..4a2123d 100644
--- a/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/converter/message/AMQPMessageIdHelper.java
+++ b/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/converter/message/AMQPMessageIdHelper.java
@@ -31,7 +31,6 @@ import org.apache.qpid.proton.amqp.UnsignedLong;
  * Helper class for identifying and converting message-id and correlation-id values between the
  * AMQP types and the Strings values used by JMS.
  * <p>
- * <p>
  * AMQP messages allow for 4 types of message-id/correlation-id: message-id-string,
  * message-id-binary, message-id-uuid, or message-id-ulong. In order to accept or return a
  * string representation of these for interoperability with other AMQP clients, the following
@@ -43,12 +42,10 @@ import org.apache.qpid.proton.amqp.UnsignedLong;
  * {@literal "AMQP_ULONG:<string representation of ulong>"}<br>
  * {@literal "AMQP_STRING:<string>"}<br>
  * <p>
- * <p>
  * The AMQP_STRING encoding exists only for escaping message-id-string values that happen to
  * begin with one of the encoding prefixes (including AMQP_STRING itself). It MUST NOT be used
  * otherwise.
  * <p>
- * <p>
  * When provided a string for conversion which attempts to identify itself as an encoded binary,
  * uuid, or ulong but can't be converted into the indicated format, an exception will be thrown.
  */