Skip to content

Commit

Permalink
Fix compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylangisc committed Dec 22, 2024
1 parent a971391 commit b922895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
using Application = ch.cyberduck.core.local.Application;
using Directory = ch.cyberduck.core.features.Directory;
using Exception = System.Exception;
using Optional = java.util.Optional;
using Path = ch.cyberduck.core.Path;
using String = System.String;
using StringBuilder = System.Text.StringBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
using static Ch.Cyberduck.ImageHelper;
using Boolean = java.lang.Boolean;
using Object = System.Object;
using Optional = java.util.Optional;
using String = System.String;
using StringBuilder = System.Text.StringBuilder;

Expand Down

0 comments on commit b922895

Please sign in to comment.