Skip to content

Commit 81d9c05

Browse files
author
Maldonado Ramirez
committed
Resolucion conflictos
2 parents 77218f9 + 661db06 commit 81d9c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/tsystems/serverchat/manager/ThreadReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void run()
6868
* @return text that has been readed from the socket
6969
* @throws IOException the socket can not be readed
7070
*/
71-
private void read(Socket client) throws IOException
71+
public void read(Socket client) throws IOException
7272
{
7373
InputStream input;
7474
String text = "";

0 commit comments

Comments
 (0)