Skip to content

Commit a7a1447

Browse files
authored
Update Main.java
1 parent 8bcfec7 commit a7a1447

File tree

1 file changed

+1
-2
lines changed
  • UDP_Server_And_Client_Application/Programed_In_the_teacher's_way

1 file changed

+1
-2
lines changed

UDP_Server_And_Client_Application/Programed_In_the_teacher's_way/Main.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ public static void handleClient() {
5050

5151
} catch (IOException ioException) {
5252
ioException.printStackTrace();
53-
}
54-
finally {
53+
} finally {
5554
System.out.println("\n *CLOSING THE CONNECTION*");
5655
datagramSocket.close();
5756

0 commit comments

Comments
 (0)