Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions group22/17457741/src/thirdwork/DownloadThread.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package thirdwork;

public class DownloadThread {

}
5 changes: 5 additions & 0 deletions group22/17457741/src/thirdwork/FileDownloader.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package thirdwork;

public class FileDownloader {

}
5 changes: 5 additions & 0 deletions group22/17457741/src/thirdwork/api/Connection.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package thirdwork.api;

public class Connection {

}
5 changes: 5 additions & 0 deletions group22/17457741/src/thirdwork/api/ConnectionException.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package thirdwork.api;

public class ConnectionException {

}
5 changes: 5 additions & 0 deletions group22/17457741/src/thirdwork/api/ConnectionManager.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package thirdwork.api;

public class ConnectionManager {

}
5 changes: 5 additions & 0 deletions group22/17457741/src/thirdwork/api/DownloadListener.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package thirdwork.api;

public class DownloadListener {

}
5 changes: 5 additions & 0 deletions group22/17457741/src/thirdwork/impl/ConnectionImpl.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package thirdwork.impl;

public class ConnectionImpl {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package thirdwork.impl;

public class ConnectionManagerImpl {

}