GUACAMOLE-80: Remove trailing comma.

This commit is contained in:
James Muehlner
2016-08-16 22:02:36 -07:00
parent 8564f05ead
commit 4d35e1c166

View File

@@ -129,7 +129,7 @@
) )
VALUES ( VALUES (
#{object.name,jdbcType=VARCHAR}, #{object.name,jdbcType=VARCHAR},
#{object.primaryConnectionIdentifier,jdbcType=VARCHAR}, #{object.primaryConnectionIdentifier,jdbcType=VARCHAR}
) )
</insert> </insert>