Author: tbedford
Date: 2008-08-12 17:52:54 +0200 (Tue, 12 Aug 2008)
New Revision: 11535
Log:
Added missing brace required to compile code.
Modified:
trunk/refman-common/connector-j.xml
Modified: trunk/refman-common/connector-j.xml
===================================================================
--- trunk/refman-common/connector-j.xml 2008-08-12 14:19:29 UTC (rev 11534)
+++ trunk/refman-common/connector-j.xml 2008-08-12 15:52:54 UTC (rev 11535)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 403 bytes
@@ -2664,6 +2664,7 @@
} catch (Exception ex) {
// handle the error
}
+ }
}</programlisting>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11535 - trunk/refman-common | anthony.bedford | 12 Aug |