RFR JDK-8184120 : javax.transaction.xa.Xid constants reference obsolete method names
Lance Andersen
lance.andersen at oracle.com
Fri Aug 11 18:30:22 UTC 2017
Hi all
The following change was addressed in the JTA 1.0.1B update but looks like the field descriptions were missed when the method names changed.
The CSR for this change has also been approved.
—————————
hg diff
diff -r 74988518da9a src/java.sql/share/classes/javax/transaction/xa/Xid.java
--- a/src/java.sql/share/classes/javax/transaction/xa/Xid.java Tue Aug 01 15:59:07 2017 -0700
+++ b/src/java.sql/share/classes/javax/transaction/xa/Xid.java Fri Aug 04 14:01:14 2017 -0400
@@ -38,12 +38,12 @@
public interface Xid {
/**
- * Maximum number of bytes returned by getGtrid.
+ * Maximum number of bytes returned by {@link #getGlobalTransactionId }.
*/
final static int MAXGTRIDSIZE = 64;
/**
- * Maximum number of bytes returned by getBqual.
+ * Maximum number of bytes returned by {@link #getBranchQualifier }.
*/
final static int MAXBQUALSIZE = 64;
————————————
Best
Lance
<http://oracle.com/us/design/oracle-email-sig-198324.gif>
<http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif>
<http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering
1 Network Drive
Burlington, MA 01803
Lance.Andersen at oracle.com <mailto:Lance.Andersen at oracle.com>
More information about the core-libs-dev
mailing list