diff --git a/Doc/Sda1/jdbc.xml b/Doc/Sda1/jdbc.xml
index e2da3f4bc9f4cbddcfafd96a09f199398a4e4e4b..c47e1a3a7361d1769281b9bc9c689b3e07549718 100644
--- a/Doc/Sda1/jdbc.xml
+++ b/Doc/Sda1/jdbc.xml
@@ -2555,7 +2555,7 @@ System.out.println("Successfully inserted " + updateCount + " dataset(s)");
 
             <para>client receives copies of database server data:</para>
 
-            <programlisting language="java">ResultSet result = statement.executeQuery("SELECT ... FROM Person ...");</programlisting>
+            <programlisting language="java">ResultSet result = statement.executeQuery("SELECT ... FROM Person ...");        </programlisting>
           </listitem>
         </itemizedlist>
       </figure>