Deleted unused import pkg
[ealt-edge.git] / example-apps / ROBO / backup_BE / src / main / java / org / edgegallery / example_app / util / ShellCommand.java
index 0f392e0..716e528 100644 (file)
@@ -14,7 +14,6 @@ import org.apache.commons.lang.StringUtils;
 import org.edgegallery.example_app.model.EALTEdgeBackup;
 import org.edgegallery.example_app.model.EALTEdgeRestore;
 import org.springframework.stereotype.Service;
-import com.jcraft.jsch.*;
 
 
 @Service
@@ -170,4 +169,4 @@ public class ShellCommand {
 
         return restore;
     }
-}
\ No newline at end of file
+}