From 2d027c4f4f5dc462ad4b43bf97862f69cc94ce32 Mon Sep 17 00:00:00 2001 From: flavien Date: Wed, 18 Mar 2020 16:11:48 +0100 Subject: [PATCH] java se fiche de moi --- src/clientP2P/ClientDownloadTCP.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clientP2P/ClientDownloadTCP.java b/src/clientP2P/ClientDownloadTCP.java index 1951248..777f974 100644 --- a/src/clientP2P/ClientDownloadTCP.java +++ b/src/clientP2P/ClientDownloadTCP.java @@ -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"); } }