You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2017/06/07 00:32:47 UTC

[27/28] incubator-guacamole-client git commit: GUACAMOLE-102: Cleaning up comment, because apparently tu-tus don't go with Guacamole!

GUACAMOLE-102: Cleaning up comment, because apparently tu-tus don't go with Guacamole!


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/d8ba0f83
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/d8ba0f83
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/d8ba0f83

Branch: refs/heads/master
Commit: d8ba0f83ef725761631049a143d1c9686c276c98
Parents: 5532819
Author: Nick Couchman <vn...@apache.org>
Authored: Tue Jun 6 19:59:53 2017 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Tue Jun 6 19:59:53 2017 -0400

----------------------------------------------------------------------
 .../apache/guacamole/auth/jdbc/connection/ModeledConnection.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/d8ba0f83/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/connection/ModeledConnection.java
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/connection/ModeledConnection.java b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/connection/ModeledConnection.java
index 3c85f37..3d6e625 100644
--- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/connection/ModeledConnection.java
+++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/connection/ModeledConnection.java
@@ -131,7 +131,7 @@ public class ModeledConnection extends ModeledChildDirectoryObject<ConnectionMod
     ));
 
     /**
-     * All attributes related to to load balancing in a logical form.
+     * All attributes related to load balancing in a logical form.
      */
     public static final Form LOAD_BALANCING = new Form("load-balancing", Arrays.<Field>asList(
         new NumericField(CONNECTION_WEIGHT)