Code cleanups.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 15 Mar 2018 22:14:19 +0000 (23:14 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 15 Mar 2018 22:14:19 +0000 (23:14 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TD2/server/BroadcastoThreadService.java

index 7aa05eb5229c91281bc53068cd0b3a1d3a33058f..df56d31ed4c87c18a7041241be3d870f258fde23 100644 (file)
@@ -25,7 +25,7 @@ public class BroadcastoThreadService implements Runnable {
                        e.printStackTrace();
                }
                catch (ClassNotFoundException e) {
-               System.err.println("ClassNotFoundException: " + e);
+                       System.err.println("ClassNotFoundException: " + e);
                        e.printStackTrace();
                }
                finally {