()
| 55 | this.threadID = threadID; |
| 56 | } |
| 57 | public Client(){ |
| 58 | c_singleFrames = new HashMap<String, Client_singleFrame>(); |
| 59 | username_online = new ArrayList<String>(); |
| 60 | clientuserid = new ArrayList<Integer>(); |
| 61 | // signlechatuse = new ArrayList<String>(); |
| 62 | } |
| 63 | |
| 64 | public static void main(String[] args) { |
| 65 | Client client = new Client(); |
nothing calls this directly
no outgoing calls
no test coverage detected