fix warning serial version
This commit is contained in:
parent
53b7d46fe2
commit
13ccc39f14
@ -27,11 +27,14 @@ import java.net.SocketException;
|
||||
import javax.swing.JFrame;
|
||||
import javax.swing.JPanel;
|
||||
|
||||
|
||||
public class DownloadFileGUI extends JPanel{
|
||||
|
||||
private String fileToDownload;
|
||||
private ClientManagement clientManagement;
|
||||
private Logger logger;
|
||||
private static final long serialVersionUID = 13L;
|
||||
|
||||
|
||||
public DownloadFileGUI(String fileToDownload, ClientManagement clientManagement, Logger logger){
|
||||
this.fileToDownload = fileToDownload;
|
||||
|
Loading…
Reference in New Issue
Block a user