java se fiche de moi
Some checks failed
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head There was a failure building this commit

This commit is contained in:
Flavien Haas 2020-03-18 16:11:48 +01:00
parent cc16ccf317
commit 2d027c4f4f

View File

@ -218,7 +218,7 @@ public class ClientDownloadTCP implements Runnable {
} catch (IOException e) {
throw new InternalError();
} catch (SocketClosed e){
system.err.println("getHashSum512 : SocketClosed");
System.err.println("getHashSum512 : SocketClosed");
}
}
@ -340,7 +340,7 @@ public class ClientDownloadTCP implements Runnable {
} catch (IOException e) {
throw new InternalError();
} catch (SocketClosed e){
system.err.println("setSize : SocketClosed");
System.err.println("setSize : SocketClosed");
}
}