Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
10.9.1.0
-
None
Description
I noticed these two methods in client/am/Lob.java:
void completeLocalRollback()
{ ; }void completeLocalCommit() { ; }
They are not called anywhere, and could be removed.