Fixed some warnings and started on the NetLog project
This commit is contained in:
parent
db9b2bf307
commit
27b12e1b9b
29 changed files with 722 additions and 322 deletions
|
|
@ -43,7 +43,7 @@ import zutil.log.LogUtil;
|
|||
* @author Ziver
|
||||
*/
|
||||
public abstract class ThreadedTCPNetworkServer extends Thread{
|
||||
public static final Logger logger = LogUtil.getLogger();
|
||||
private static final Logger logger = LogUtil.getLogger();
|
||||
|
||||
public final int port;
|
||||
private File keyStore;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue