Skip to content

Commit 209a4c2

Browse files
committed
Fix import.
1 parent 8e7c389 commit 209a4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
import ch.cyberduck.core.profiles.SearchProfilePredicate;
4848
import ch.cyberduck.core.resources.IconCacheFactory;
4949

50-
import org.apache.commons.lang.StringUtils;
50+
import org.apache.commons.lang3.StringUtils;
5151
import org.apache.logging.log4j.LogManager;
5252
import org.apache.logging.log4j.Logger;
5353
import org.rococoa.Foundation;

0 commit comments

Comments
 (0)