#11932 revert final modifier

Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
Ludovic Orban 2024-06-27 11:01:14 +02:00
parent 6188757500
commit c0af0e6d8d
No known key found for this signature in database
GPG Key ID: 3D146A4A1C58367E
1 changed files with 2 additions and 2 deletions

View File

@ -364,7 +364,7 @@ public abstract class IteratingCallback implements Callback
* thread.
*/
@Override
public final void succeeded()
public void succeeded()
{
boolean process = false;
try (AutoLock ignored = _lock.lock())
@ -416,7 +416,7 @@ public abstract class IteratingCallback implements Callback
* @see #isFailed()
*/
@Override
public final void failed(Throwable x)
public void failed(Throwable x)
{
boolean failure = false;
try (AutoLock ignored = _lock.lock())