Changed folder name
This commit is contained in:
parent
3eeab81dc8
commit
4503531ec9
73 changed files with 151 additions and 150 deletions
|
|
@ -1,9 +1,9 @@
|
|||
package zutil.network.nio.service;
|
||||
package zutil.net.nio.service;
|
||||
|
||||
import java.nio.channels.SocketChannel;
|
||||
|
||||
import zutil.network.nio.NioNetwork;
|
||||
import zutil.network.nio.message.Message;
|
||||
import zutil.net.nio.NioNetwork;
|
||||
import zutil.net.nio.message.Message;
|
||||
|
||||
public abstract class NetworkService {
|
||||
protected static NetworkService instance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue