diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/RefDirectoryTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/RefDirectoryTest.java index 52e181bc8..ef5dfcd8e 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/RefDirectoryTest.java +++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/RefDirectoryTest.java @@ -1444,8 +1444,8 @@ public void start(int totalTasks) { // empty } - public void beginTask(String title, int totalWork) { - this.totalWork = totalWork; + public void beginTask(String title, int total) { + this.totalWork = total; lastWork = 0; }