You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by dy...@apache.org on 2008/02/12 11:44:39 UTC

svn commit: r620749 - /db/derby/docs/trunk/src/devguide/cdevspecialtfbasic.dita

Author: dyre
Date: Tue Feb 12 02:44:36 2008
New Revision: 620749

URL: http://svn.apache.org/viewvc?rev=620749&view=rev
Log:
DERBY-3348: Small typo in table functions documentation. Should have EmployeeTable not EmployeesTable
Patch contributed by Abhishek Bhaskaran
Patch file: derby3348.diff

Modified:
    db/derby/docs/trunk/src/devguide/cdevspecialtfbasic.dita

Modified: db/derby/docs/trunk/src/devguide/cdevspecialtfbasic.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/cdevspecialtfbasic.dita?rev=620749&r1=620748&r2=620749&view=diff
==============================================================================
--- db/derby/docs/trunk/src/devguide/cdevspecialtfbasic.dita (original)
+++ db/derby/docs/trunk/src/devguide/cdevspecialtfbasic.dita Tue Feb 12 02:44:36 2008
@@ -71,7 +71,7 @@
 LANGUAGE JAVA
 PARAMETER STYLE DERBY_JDBC_RESULT_SET
 NO SQL
-EXTERNAL NAME 'com.acme.hrSchema.EmployeesTable.read'
+EXTERNAL NAME 'com.acme.hrSchema.EmployeeTable.read'
 </codeblock>
 
 <p>