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 ch...@apache.org on 2011/08/23 15:46:19 UTC

svn commit: r1160687 - /db/derby/docs/trunk/src/ref/rrefstorejarreplace.dita

Author: chaase3
Date: Tue Aug 23 13:46:19 2011
New Revision: 1160687

URL: http://svn.apache.org/viewvc?rev=1160687&view=rev
Log:
DERBY-5361  Document use of URLs with SQLJ.INSTALL_JAR

Corrected a Reference Manual topic.

Patch: DERBY-5361-3.diff

Modified:
    db/derby/docs/trunk/src/ref/rrefstorejarreplace.dita

Modified: db/derby/docs/trunk/src/ref/rrefstorejarreplace.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefstorejarreplace.dita?rev=1160687&r1=1160686&r2=1160687&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefstorejarreplace.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefstorejarreplace.dita Tue Aug 23 13:46:19 2011
@@ -61,7 +61,7 @@ database owner can grant access to other
 CALL sqlj.replace_jar('c:\myjarfiles\newtours.jar', 'APP.Sample1')
 
 <b>-- SQL statement
--- replace a jar at a remote location</b>
+-- replace jar from remote location</b>
 CALL SQLJ.REPLACE_JAR('http://www.example.com/tours.jar', 'APP.Sample2')</codeblock>
 </section>
 </refbody>