Skip to content

Commit 7fd0771

Browse files
committed
Add annotation.
1 parent f0fcdaf commit 7fd0771

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
@@ -217,7 +217,8 @@ public void privateKeyPopupClicked(final NSPopUpButton sender) {
217217
}
218218
}
219219

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

0 commit comments

Comments
 (0)