Skip to content

Commit e778aa3

Browse files
authored
Commented
1 parent b2e673a commit e778aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcpClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static void main(String args[]) throws IOException
1515

1616
//create output stream to send data to outstream
1717
OutputStream ostream=sock.getOutputStream();
18-
PrintWriter pw = new PrintWriter(ostream,true);
18+
PrintWriter pw = new PrintWriter(ostream,true);//StreamToWriteTo , autoFlush
1919
//send filename to the server by writing to outstream using PrintWriter
2020
pw.println(fname);
2121

0 commit comments

Comments
 (0)