Skip to content

Commit 203aaf7

Browse files
authored
Merge pull request #30 from xxp17457741/master
17457741
2 parents 6e47983 + 1654dd5 commit 203aaf7

File tree

8 files changed

+40
-0
lines changed

8 files changed

+40
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package thirdwork;
2+
3+
public class DownloadThread {
4+
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package thirdwork;
2+
3+
public class FileDownloader {
4+
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package thirdwork.api;
2+
3+
public class Connection {
4+
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package thirdwork.api;
2+
3+
public class ConnectionException {
4+
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package thirdwork.api;
2+
3+
public class ConnectionManager {
4+
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package thirdwork.api;
2+
3+
public class DownloadListener {
4+
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package thirdwork.impl;
2+
3+
public class ConnectionImpl {
4+
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package thirdwork.impl;
2+
3+
public class ConnectionManagerImpl {
4+
5+
}

0 commit comments

Comments
 (0)