Author: markt
Date: Thu Dec  6 10:19:52 2018
New Revision: 1848279

URL: http://svn.apache.org/viewvc?rev=1848279&view=rev
Log:
Remove unused term reported by woonsan

Modified:
    tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties
    tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings_fr.properties

Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties?rev=1848279&r1=1848278&r2=1848279&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties 
[UTF-8] (original)
+++ tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties 
[UTF-8] Thu Dec  6 10:19:52 2018
@@ -86,7 +86,6 @@ wsRemoteEndpoint.closed=Message will not
 wsRemoteEndpoint.closedDuringMessage=The remainder of the message will not be 
sent because the WebSocket session has been closed
 wsRemoteEndpoint.closedOutputStream=This method may not be called as the 
OutputStream has been closed
 wsRemoteEndpoint.closedWriter=This method may not be called as the Writer has 
been closed
-wsRemoteEndpoint.concurrentMessageSend=Messages may not be sent concurrently 
even when using the asynchronous send messages. The client must wait for the 
previous message to complete before sending the next.
 wsRemoteEndpoint.flushOnCloseFailed=Batched messages still enabled after 
session has been closed. Unable to flush remaining batched message.
 wsRemoteEndpoint.invalidEncoder=The specified encoder of type [{0}] could not 
be instantiated
 wsRemoteEndpoint.noEncoder=No encoder specified for object of class [{0}]

Modified: 
tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings_fr.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings_fr.properties?rev=1848279&r1=1848278&r2=1848279&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings_fr.properties 
(original)
+++ tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings_fr.properties 
Thu Dec  6 10:19:52 2018
@@ -82,7 +82,6 @@ wsRemoteEndpoint.closed=Le message ne se
 wsRemoteEndpoint.closedDuringMessage=Le reste du message ne sera pas envoyé 
parce que la session WebSocket est déjà fermée.
 wsRemoteEndpoint.closedOutputStream=La méthode ne peut pas être appelée 
alors que l'OutputStream a été fermée
 wsRemoteEndpoint.closedWriter=Cette méthode ne doit pas être appelée car le 
Writer a été fermé
-wsRemoteEndpoint.concurrentMessageSend=Les messages ne peuvent pas être 
envoyés de manière concurrente même en utilisant des envois de messages 
asynchrones, le client doit attendre que le message précédent soit envoyé
 wsRemoteEndpoint.flushOnCloseFailed=Le groupement de messages est toujours 
actif après fermeture de la session, impossible d'envoyer les messages restants
 wsRemoteEndpoint.invalidEncoder=L''encodeur spécifié de type [{0}] n''a pu 
être instancié
 wsRemoteEndpoint.noEncoder=Pas d''encodeur spécifié pour un objet de classe 
[{0}]



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to