We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77218f9 + 661db06 commit 81d9c05Copy full SHA for 81d9c05
1 file changed
src/main/java/com/tsystems/serverchat/manager/ThreadReader.java
@@ -68,7 +68,7 @@ public void run()
68
* @return text that has been readed from the socket
69
* @throws IOException the socket can not be readed
70
*/
71
- private void read(Socket client) throws IOException
+ public void read(Socket client) throws IOException
72
{
73
InputStream input;
74
String text = "";
0 commit comments