From 0bb8e6a069b630ee1918bc4e0472be286bac9052 Mon Sep 17 00:00:00 2001 From: Kacper Witek Date: Sat, 24 Feb 2024 18:10:49 +0100 Subject: [PATCH] Remove unused imports --- .../ftprx/server/command/ChangeWorkingDirectoryCommand.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/src/main/java/com/ftprx/server/command/ChangeWorkingDirectoryCommand.java b/server/src/main/java/com/ftprx/server/command/ChangeWorkingDirectoryCommand.java index 82ee206..2b377a5 100644 --- a/server/src/main/java/com/ftprx/server/command/ChangeWorkingDirectoryCommand.java +++ b/server/src/main/java/com/ftprx/server/command/ChangeWorkingDirectoryCommand.java @@ -20,9 +20,6 @@ import com.ftprx.server.channel.Command; import com.ftprx.server.channel.WorkingDirectoryChangeException; -import java.io.File; -import java.util.logging.Logger; - /* * This command allows the user to work with a different * directory or dataset for file storage or retrieval without