We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42da16 commit 7f5e9fdCopy full SHA for 7f5e9fd
osx/src/main/java/ch/cyberduck/ui/cocoa/controller/BrowserController.java
@@ -225,7 +225,7 @@ public class BrowserController extends WindowController implements NSToolbar.Del
225
226
private final TransferQueue queue = new TransferQueue(1);
227
228
- private Scheduler scheduler;
+ private Scheduler<?> scheduler;
229
230
private final NavigationController listNavigationController = new NavigationController(navigation);
231
private final NavigationController outlineNavigationController = new NavigationController(navigation);
0 commit comments