diff --git a/chat/src/main/java/rtgre/server/ChatServer.java b/chat/src/main/java/rtgre/server/ChatServer.java index 6345a62..8f60be9 100644 --- a/chat/src/main/java/rtgre/server/ChatServer.java +++ b/chat/src/main/java/rtgre/server/ChatServer.java @@ -16,13 +16,13 @@ import java.util.logging.Level; import java.util.logging.LogManager; import java.util.logging.Logger; +import static rtgre.chat.ChatApplication.LOGGER; + /** * Programme serveur qui renvoie les chaines de caractères lues jusqu'à recevoir le message "fin" */ public class ChatServer { - private static final Logger LOGGER = Logger.getLogger(ChatServer.class.getCanonicalName()); - private Vector clientList; private PostVector postVector; private ContactMap contactMap; diff --git a/chat/src/main/resources/rtgre/chat/config.properties b/chat/src/main/resources/rtgre/chat/config.properties index 7f238d4..5268e92 100644 --- a/chat/src/main/resources/rtgre/chat/config.properties +++ b/chat/src/main/resources/rtgre/chat/config.properties @@ -4,4 +4,7 @@ login= width=600 height=400 posx= -posy= \ No newline at end of file +posy= +lasthost= +split1= +split2= \ No newline at end of file