File tree Expand file tree Collapse file tree
src/main/java/com/xwintop/xJavaFxTool
controller/developTools/xTransferTool
view/developTools/xTransferTool Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44import cn .hutool .core .thread .ThreadUtil ;
55import com .jcraft .jsch .ChannelSftp ;
66import com .xwintop .xJavaFxTool .services .developTools .xTransferTool .TransferToolService ;
7- import com .xwintop .xJavaFxTool .view .developTools .xTransferTool .TransferToolToolView ;
7+ import com .xwintop .xJavaFxTool .view .developTools .xTransferTool .TransferToolView ;
88import com .xwintop .xTransfer .task .entity .TaskConfig ;
99import com .xwintop .xTransfer .task .service .impl .TaskConfigServiceImpl ;
1010import com .xwintop .xcore .util .javafx .TooltipUtil ;
3737@ Getter
3838@ Setter
3939@ Slf4j
40- public class TransferToolController extends TransferToolToolView {
40+ public class TransferToolController extends TransferToolView {
4141 private TransferToolService transferToolService = new TransferToolService (this );
4242
4343 @ Override
Original file line number Diff line number Diff line change 88
99@ Getter
1010@ Setter
11- public abstract class TransferToolToolView implements Initializable {
11+ public abstract class TransferToolView implements Initializable {
1212 @ FXML
1313 protected TextField configurationPathTextField ;
1414 @ FXML
You can’t perform that action at this time.
0 commit comments