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. * stream.
* *
* @throws GuacamoleException * @throws GuacamoleException
* If the session associated with the given auth * If the session associated with the given auth token cannot be
* token cannot be retrieved, if no such tunnel exists, or if the * retrieved, if no such tunnel exists, or if the intercepted stream
* intercepted stream itself closes with an error. * itself closes with an error.
*/ */
@POST @POST
@Consumes(MediaType.WILDCARD) @Consumes(MediaType.WILDCARD)