Skip to content

Commit ab3d7ac

Browse files
authored
Merge pull request #14435 from iterate-ch/bugfix/MD-18958
Action is already removed automatically from registry using listener …
2 parents 03df6b4 + d3df660 commit ab3d7ac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/src/main/java/ch/cyberduck/core/threading/RegistryBackgroundAction.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,4 @@ public void init() throws BackgroundException {
5151
global.add(this);
5252
super.init();
5353
}
54-
55-
@Override
56-
public void cleanup() {
57-
global.remove(this);
58-
super.cleanup();
59-
}
6054
}

0 commit comments

Comments
 (0)