You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2016/06/06 21:59:08 UTC

[7/9] incubator-guacamole-client git commit: GUACAMOLE-44: Fix wrapping in setStreamContents() documentation.

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

Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/b6983586
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/b6983586
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/b6983586

Branch: refs/heads/master
Commit: b6983586ed798bb09d8d21156b0c5dccc23156cb
Parents: ef5329d
Author: Michael Jumper <mj...@apache.org>
Authored: Mon Jun 6 10:14:04 2016 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Mon Jun 6 10:14:04 2016 -0700

----------------------------------------------------------------------
 .../org/apache/guacamole/rest/tunnel/TunnelRESTService.java    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/b6983586/guacamole/src/main/java/org/apache/guacamole/rest/tunnel/TunnelRESTService.java
----------------------------------------------------------------------
diff --git a/guacamole/src/main/java/org/apache/guacamole/rest/tunnel/TunnelRESTService.java b/guacamole/src/main/java/org/apache/guacamole/rest/tunnel/TunnelRESTService.java
index 5fe209e..49740d1 100644
--- a/guacamole/src/main/java/org/apache/guacamole/rest/tunnel/TunnelRESTService.java
+++ b/guacamole/src/main/java/org/apache/guacamole/rest/tunnel/TunnelRESTService.java
@@ -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)