keith-turner commented on a change in pull request #1001: [WIP] - Issue 978
URL: https://github.com/apache/fluo/pull/1001#discussion_r163330755
##########
File path:
modules/core/src/main/java/org/apache/fluo/core/impl/TransactionImpl.java
##########
@@ -816,14 +799,6 @@ public long getStartTimestamp() {
return startTs;
}
- /**
- * Funcitonal interface to provide next step of asynchronous commit on
successful completion of
- * the previous one
- */
- private static interface OnSuccessInterface<V> {
- public void onSuccess(V result) throws Exception;
- }
-
private abstract static class SynchronousCommitTask implements Runnable {
Review comment:
This class can be removed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services