GUACAMOLE-44: Fix wrapping in setStreamContents() documentation.

This commit is contained in:
Michael Jumper
2016-06-06 10:14:04 -07:00
parent ef5329dbe1
commit b6983586ed

View File

@@ -172,9 +172,9 @@ public class TunnelRESTService {
* stream.
*
* @throws GuacamoleException
* If the session associated with the given auth
* token cannot be retrieved, if no such tunnel exists, or if the
* intercepted stream itself closes with an error.
* If the session associated with the given auth token cannot be
* retrieved, if no such tunnel exists, or if the intercepted stream
* itself closes with an error.
*/
@POST
@Consumes(MediaType.WILDCARD)