mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
Allow subclassing.
This commit is contained in:
@@ -336,7 +336,7 @@ public class ProxyController extends AbstractController {
|
||||
}
|
||||
}
|
||||
|
||||
public static final class PopoverAlertRunner extends Proxy implements AlertRunner, AlertRunner.CloseHandler, WindowListener {
|
||||
public static class PopoverAlertRunner extends Proxy implements AlertRunner, AlertRunner.CloseHandler, WindowListener {
|
||||
private final NSPopover popover = NSPopover.create();
|
||||
private final NSView positioningView;
|
||||
private final NSRect positioningRect;
|
||||
|
||||
Reference in New Issue
Block a user