update after merging from upstream

This commit is contained in:
vcoppe 2023-07-16 16:44:12 +02:00
parent 1c4fcc8969
commit c454b5a71d

View file

@ -84,7 +84,7 @@ final public class Rd5DiffApplier implements ProgressListener
} }
@Override @Override
public void updateProgress( String progress ) { } public void updateProgress(String task, int progress) { }
public boolean isCanceled() public boolean isCanceled()
{ {