summaryrefslogtreecommitdiff
path: root/qpid/java/common/src/main/java/org/apache/qpid/dtx/XidImpl.java
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-08-08 16:39:32 +0000
committerRobert Gemmell <robbie@apache.org>2014-08-08 16:39:32 +0000
commit6b61650c1ad38eacda87dca9a8921a148d6d3bec (patch)
treee4404ad4f82e8b034a7c5132d00d50aac0670b0f /qpid/java/common/src/main/java/org/apache/qpid/dtx/XidImpl.java
parentdba548b498b8718242353fb3b492d5e29b31e9e9 (diff)
downloadqpid-python-6b61650c1ad38eacda87dca9a8921a148d6d3bec.tar.gz
QPID-5980: port javadoc fixups from trunk to the 0.30 branch
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1616823 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common/src/main/java/org/apache/qpid/dtx/XidImpl.java')
-rw-r--r--qpid/java/common/src/main/java/org/apache/qpid/dtx/XidImpl.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/qpid/java/common/src/main/java/org/apache/qpid/dtx/XidImpl.java b/qpid/java/common/src/main/java/org/apache/qpid/dtx/XidImpl.java
index 3590254d27..2d017b1cd4 100644
--- a/qpid/java/common/src/main/java/org/apache/qpid/dtx/XidImpl.java
+++ b/qpid/java/common/src/main/java/org/apache/qpid/dtx/XidImpl.java
@@ -99,14 +99,14 @@ public class XidImpl implements Xid
* +---+---+---+---+---+---+---+- -+---+---+- -+---+
* 0 4 5 6 6+g 6+g+b
* format_id: an implementation specific format identifier
- * <p/>
+ * <p>
* gtrid_length: how many bytes of this form the transaction id
- * <p/>
+ * <p>
* bqual_length: how many bytes of this form the branch id
- * <p/>
+ * <p>
* data: a sequence of octets of at most 128 bytes containing the txn id and the
* branch id
- * <p/>
+ * <p>
* Note - The sum of the two lengths must equal the length of the data field.
*
* @param xid an XID STring Form
@@ -239,14 +239,14 @@ public class XidImpl implements Xid
* +---+---+---+---+---+---+---+- -+---+---+- -+---+
* 0 4 5 6 6+g 6+g+b
* format_id: an implementation specific format identifier
- * <p/>
+ * <p>
* gtrid_length: how many bytes of this form the transaction id
- * <p/>
+ * <p>
* bqual_length: how many bytes of this form the branch id
- * <p/>
+ * <p>
* data: a sequence of octets of at most 128 bytes containing the txn id and the
* branch id
- * <p/>
+ * <p>
* Note - The sum of the two lengths must equal the length of the data field.
*
* @param xid an Xid to convert.