Skip to content
Snippets Groups Projects
Commit 9cb009e5 authored by rojas's avatar rojas
Browse files

Comments added

parent 1f52bb99
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ public class RomeroClientHW2
in = new DataInputStream(clientConnectionSocket.getInputStream());
out = new DataOutputStream(clientConnectionSocket.getOutputStream());
//Specifying the dar of the week, in string format
//Specifying the daY of the week, in string format
out.writeUTF(day.name());
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment