Skip to content

Commit 11365ea

Browse files
committed
final commit for today. Making progress
1 parent a8a1316 commit 11365ea

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/net/sharksystem/asap/ASAPPeerFS.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
import net.sharksystem.asap.util.Helper;
66
import net.sharksystem.asap.util.Log;
77

8-
import java.io.File;
9-
import java.io.IOException;
10-
import java.io.InputStream;
11-
import java.io.OutputStream;
8+
import java.io.*;
129
import java.util.*;
1310

1411
public class ASAPPeerFS implements
@@ -269,7 +266,7 @@ public Set<CharSequence> getFormats() {
269266
// connection management //
270267
////////////////////////////////////////////////////////////////////////////////////////////////////////////
271268

272-
public ASAPConnection handleConnection(InputStream is, OutputStream os) throws IOException, ASAPException {
269+
public ASAPConnection handleConnection(InputStream is, OutputStream os) {
273270
ASAPPersistentConnection asapConnection = new ASAPPersistentConnection(
274271
is, os, this, new ASAP_Modem_Impl(),
275272
maxExecutionTime, this, this);

0 commit comments

Comments
 (0)