2012/12/28  <ma...@apache.org>:
> Author: markt
> Date: Thu Dec 27 21:40:39 2012
> New Revision: 1426336
>
> URL: http://svn.apache.org/viewvc?rev=1426336&view=rev
> Log:
> Javadoc
>
> Modified:
>     tomcat/trunk/java/javax/websocket/PongMessage.java
>     tomcat/trunk/java/org/apache/tomcat/websocket/PojoMethodMapping.java
>     tomcat/trunk/java/org/apache/tomcat/websocket/Utf8Decoder.java
>     tomcat/trunk/java/org/apache/tomcat/websocket/WsFrame.java
>


> --- tomcat/trunk/java/org/apache/tomcat/websocket/WsFrame.java (original)
> +++ tomcat/trunk/java/org/apache/tomcat/websocket/WsFrame.java Thu Dec 27 
> 21:40:39 2012
> @@ -33,8 +33,9 @@ import javax.websocket.PongMessage;
>  import org.apache.tomcat.util.res.StringManager;
>
>  /**
> - * Takes the ServletInputStream and converts the received data into WebSocket
> - * frames.
> + * Takes the ServletInputStream process the WebSocket frames it contains and

s/ process/ , processes / ?

> + * extracts the messages. WebSocket Pings received will be responded to
> + * automatically without any action required by the application.
>   */
>  public class WsFrame {
>

Best regards,
Konstantin Kolinko

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

Reply via email to