Skip to content

Commit

Permalink
Moving on
Browse files Browse the repository at this point in the history
  • Loading branch information
fvilla committed Nov 14, 2024
1 parent 3a24fcb commit 3a1f5d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ public class OperationImpl implements Operation {

private ActivityImpl activity;
private Agent agent;
// FIXME ACH no this must be in the Neo4j implementation
private Transaction transaction;
private Scope.Status outcome;
private Throwable exception;
Expand Down Expand Up @@ -148,7 +147,8 @@ public Operation fail(ContextScope scope, Object... assets) {

@Override
public void close() throws IOException {
// TODO commit or rollback based on status after success() or fail(). If none has been

// commit or rollback based on status after success() or fail(). If none has been
// called, status is null and this is an internal error, logged with the activity

if (parent == null) {
Expand Down

0 comments on commit 3a1f5d6

Please sign in to comment.