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 ka...@apache.org on 2006/11/16 14:32:06 UTC

svn commit: r475728 - /db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/JarUtil.java

Author: kahatlen
Date: Thu Nov 16 05:32:06 2006
New Revision: 475728

URL: http://svn.apache.org/viewvc?view=rev&rev=475728
Log:
Fix javadoc warnings in JarUtil.

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/JarUtil.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/JarUtil.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/JarUtil.java?view=diff&rev=475728&r1=475727&r2=475728
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/JarUtil.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/JarUtil.java Thu Nov 16 05:32:06 2006
@@ -80,7 +80,6 @@
 	/**
 	  Add a jar file to the current connection's database.
 
-	  @param id The id for the jar file we add. If null this makes up a new id.
 	  @param schemaName the name for the schema that holds the jar file.
 	  @param sqlName the sql name for the jar file.
 	  @param externalPath the path for the jar file to add.
@@ -148,15 +147,10 @@
 	/**
      * Drop a jar file from the current connection's database.
      * 
-     * @param id
-     *            The id for the jar file we drop. Ignored if null.
      * @param schemaName
      *            the name for the schema that holds the jar file.
      * @param sqlName
      *            the sql name for the jar file.
-     * @param purgeOnCommit
-     *            True means purge the old jar file on commit. False means leave
-     *            it around for use by replication.
      * 
      * @exception StandardException
      *                Opps
@@ -266,8 +260,6 @@
 	  method is that it allows us to share set up logic with add and
 	  drop.
 	  @param is An input stream for reading the new content of the jar file.
-	  @param purgeOnCommit True means purge the old jar file on commit. False
-	    means leave it around for use by replication.
 	  @exception StandardException Opps
 	  */
 	private long replace(InputStream is) throws StandardException