At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/telco-6.3
------------------------------------------------------------
revno: 226
revision-id: mtaylor@stripped
parent: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: telco-6.3
timestamp: Wed 2007-11-14 12:30:16 -0800
message:
Merged warning fix from devel.
modified:
java/com/mysql/cluster/ndbj/BaseCallback.java
indbcallable.java-20070913212805-mw0t23qijtyjad85-1
------------------------------------------------------------
revno: 192.1.25.1.35
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Wed 2007-11-14 12:29:16 -0800
message:
Fixed a warning.
modified:
java/com/mysql/cluster/ndbj/BaseCallback.java
indbcallable.java-20070913212805-mw0t23qijtyjad85-1
=== modified file 'java/com/mysql/cluster/ndbj/BaseCallback.java'
--- a/java/com/mysql/cluster/ndbj/BaseCallback.java 2007-11-14 20:28:35 +0000
+++ b/java/com/mysql/cluster/ndbj/BaseCallback.java 2007-11-14 20:30:16 +0000
@@ -20,7 +20,7 @@
this.create_time = create_time;
this.start_time = this.getMicroTime();
- if (((NdbTransactionImpl)theTrans).getCPtr((NdbTransactionImpl)theTrans) == transPtr)
{
+ if (NdbTransactionImpl.getCPtr((NdbTransactionImpl)theTrans) == transPtr) {
this.callback(result);//),new NdbTransactionImpl(transPtr,false));
} else {
// Something is horrible wrong! The transaction we were passed is not the same as
the
| Thread |
|---|
| • Rev 226: Merged warning fix from devel. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/telco-6.3 | Monty Taylor | 14 Nov |