Skip to content

Commit abcb9c3

Browse files
committed
Add annotation.
1 parent 14f52b2 commit abcb9c3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ public void privateKeyPopupClicked(final NSPopUpButton sender) {
577577
this.update();
578578
}
579579

580+
@Action
580581
public void privateKeyPanelDidEnd_returnCode_contextInfo(NSOpenPanel sheet, final int returncode, ID contextInfo) {
581582
switch(returncode) {
582583
case SheetCallback.DEFAULT_OPTION:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ public void privateKeyPopupClicked(final NSPopUpButton sender) {
219219
}
220220
}
221221

222-
public void privateKeyPanelDidEnd_returnCode_contextInfo(NSOpenPanel sheet, final int returncode, ID contextInfo) {
222+
@Action
223+
public void privateKeyPanelDidEnprivateKeyPanelDidEnd_returnCode_contextInfo(NSOpenPanel sheet, final int returncode, ID contextInfo) {
223224
switch(returncode) {
224225
case SheetCallback.DEFAULT_OPTION:
225226
final NSObject url = privateKeyOpenPanel.URLs().lastObject();

0 commit comments

Comments
 (0)