We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa12f9e commit 6eb7419Copy full SHA for 6eb7419
src/main/java/client/DtmClient.java
@@ -93,7 +93,6 @@ public void tccGlobalTransaction(String gid, DtmConsumer<Tcc> function) throws E
93
* @param gid
94
*/
95
public Saga newSaga(String gid) {
96
- Saga saga = new Saga(ipPort, gid);
97
- return saga;
+ return new Saga(ipPort, gid);
98
}
99
0 commit comments