Changed folder name
This commit is contained in:
parent
3eeab81dc8
commit
4503531ec9
73 changed files with 151 additions and 150 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package zutil.network.nio.service.chat;
|
||||
package zutil.net.nio.service.chat;
|
||||
|
||||
import java.nio.channels.SocketChannel;
|
||||
import java.util.HashMap;
|
||||
|
|
@ -6,10 +6,10 @@ import java.util.LinkedList;
|
|||
import java.util.logging.Logger;
|
||||
|
||||
import zutil.log.LogUtil;
|
||||
import zutil.network.nio.NioNetwork;
|
||||
import zutil.network.nio.message.ChatMessage;
|
||||
import zutil.network.nio.message.Message;
|
||||
import zutil.network.nio.service.NetworkService;
|
||||
import zutil.net.nio.NioNetwork;
|
||||
import zutil.net.nio.message.ChatMessage;
|
||||
import zutil.net.nio.message.Message;
|
||||
import zutil.net.nio.service.NetworkService;
|
||||
|
||||
/**
|
||||
* A simple chat service with users and rooms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue