File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
osx/src/main/java/cloud/katta/controller Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 2121import ch .cyberduck .core .resources .IconCacheFactory ;
2222import ch .cyberduck .core .threading .AbstractBackgroundAction ;
2323
24- import cloud .katta .client .model .Protocol ;
25-
2624import org .apache .commons .lang3 .StringUtils ;
2725import org .apache .logging .log4j .LogManager ;
2826import org .apache .logging .log4j .Logger ;
2927import org .rococoa .Foundation ;
30- import org .rococoa .ID ;
3128import org .rococoa .cocoa .foundation .NSPoint ;
3229import org .rococoa .cocoa .foundation .NSRect ;
3330import org .rococoa .cocoa .foundation .NSSize ;
3431
3532import java .util .List ;
3633import java .util .UUID ;
3734
35+ import cloud .katta .client .model .Protocol ;
3836import cloud .katta .model .StorageProfileDtoWrapper ;
3937import cloud .katta .workflows .CreateVaultService ;
4038
@@ -381,11 +379,6 @@ public boolean validate(final int returncode) {
381379 return true ;
382380 }
383381
384- @ Override
385- public void cancel (final ID sender ) {
386- window .close ();
387- }
388-
389382 @ Override
390383 public void callback (final int returncode ) {
391384 if (returncode != SheetCallback .DEFAULT_OPTION ) {
You can’t perform that action at this time.
0 commit comments