Skip to content

Commit 3bdcc82

Browse files
authored
Update ClientDatagram.java
Corrected line 50.
1 parent 6c9119a commit 3bdcc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UDP_Server_And_Client_Application/Programed_In_the_teacher's_way/ClientDatagram.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private static void accessServer() {
4747
ioException.printStackTrace();
4848
System.out.println("ERROR" + ioException.getMessage());
4949

50-
}finally {
50+
} finally {
5151
System.out.println("\n * Closing connection ... *");
5252
datagramSocket.close(); // STEP 8
5353

0 commit comments

Comments
 (0)