Repository: incubator-guacamole-client
Updated Branches:
  refs/heads/master a7e86a4d0 -> 414f4ca94


GUACAMOLE-80: Remove trailing comma.


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

Branch: refs/heads/master
Commit: 4d35e1c1664c3c054ea72c715375354e627b2bb1
Parents: 8564f05
Author: James Muehlner <[email protected]>
Authored: Tue Aug 16 22:02:36 2016 -0700
Committer: James Muehlner <[email protected]>
Committed: Tue Aug 16 22:02:36 2016 -0700

----------------------------------------------------------------------
 .../guacamole/auth/jdbc/sharingprofile/SharingProfileMapper.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/4d35e1c1/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/org/apache/guacamole/auth/jdbc/sharingprofile/SharingProfileMapper.xml
----------------------------------------------------------------------
diff --git 
a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/org/apache/guacamole/auth/jdbc/sharingprofile/SharingProfileMapper.xml
 
b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/org/apache/guacamole/auth/jdbc/sharingprofile/SharingProfileMapper.xml
index 5c76196..0045daf 100644
--- 
a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/org/apache/guacamole/auth/jdbc/sharingprofile/SharingProfileMapper.xml
+++ 
b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/org/apache/guacamole/auth/jdbc/sharingprofile/SharingProfileMapper.xml
@@ -129,7 +129,7 @@
         )
         VALUES (
             #{object.name,jdbcType=VARCHAR},
-            #{object.primaryConnectionIdentifier,jdbcType=VARCHAR},
+            #{object.primaryConnectionIdentifier,jdbcType=VARCHAR}
         )
 
     </insert>

Reply via email to