Skip to content

Commit

Permalink
#11932 fix doc
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <[email protected]>
  • Loading branch information
lorban authored and olamy committed Jun 27, 2024
1 parent 34f7456 commit 73008b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,17 +347,10 @@ protected Action process() throws Throwable
}

@Override
public void succeeded()
protected void onSuccess()
{
// After every successful write, release the chunk.
chunk.release();
super.succeeded();
}

@Override
public void failed(Throwable x)
{
super.failed(x);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,17 +347,10 @@ protected Action process() throws Throwable
}

@Override
public void succeeded()
protected void onSuccess()
{
// After every successful write, release the chunk.
chunk.release();
super.succeeded();
}

@Override
public void failed(Throwable x)
{
super.failed(x);
}

@Override
Expand Down

0 comments on commit 73008b7

Please sign in to comment.