Skip to content

Commit

Permalink
#11932 revert final modifier
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <[email protected]>
  • Loading branch information
lorban committed Jun 27, 2024
1 parent 6188757 commit c0af0e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ else if (notifyCompleteFailure != null)
* thread.
*/
@Override
public final void succeeded()
public void succeeded()
{
boolean process = false;
try (AutoLock ignored = _lock.lock())
Expand Down Expand Up @@ -416,7 +416,7 @@ public final void succeeded()
* @see #isFailed()
*/
@Override
public final void failed(Throwable x)
public void failed(Throwable x)
{
boolean failure = false;
try (AutoLock ignored = _lock.lock())
Expand Down

0 comments on commit c0af0e6

Please sign in to comment.