Skip to content

Commit 7f5e9fd

Browse files
committed
Add type.
1 parent a42da16 commit 7f5e9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osx/src/main/java/ch/cyberduck/ui/cocoa/controller/BrowserController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public class BrowserController extends WindowController implements NSToolbar.Del
225225

226226
private final TransferQueue queue = new TransferQueue(1);
227227

228-
private Scheduler scheduler;
228+
private Scheduler<?> scheduler;
229229

230230
private final NavigationController listNavigationController = new NavigationController(navigation);
231231
private final NavigationController outlineNavigationController = new NavigationController(navigation);

0 commit comments

Comments
 (0)