Compare commits
No commits in common. "master" and "v1.0.2" have entirely different histories.
@ -12,7 +12,7 @@ import java.lang.*;
|
||||
*
|
||||
*/
|
||||
public class Client implements Runnable {
|
||||
private String version = "v1.0.2";
|
||||
private String version = "v1.0.1";
|
||||
private Socket socket = null;
|
||||
private ClientThread cThread = null;
|
||||
private DataOutputStream streamOut = null;
|
||||
|
@ -9,6 +9,9 @@ import java.net.*;
|
||||
* @license MIT
|
||||
* @year 2014
|
||||
*
|
||||
* For details on the copyright, look at the COPYRIGHT file that came with
|
||||
* this program.
|
||||
*
|
||||
*/
|
||||
public class ClientThread extends Thread {
|
||||
private Socket socket = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user