[rhmessaging-commits] rhmessaging commits: r4023 - store/trunk/java/bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Jun 14 08:54:06 EDT 2010


Author: ritchiem
Date: 2010-06-14 08:54:06 -0400 (Mon, 14 Jun 2010)
New Revision: 4023

Modified:
   store/trunk/java/bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/BDBMessageStore.java
Log:
Removed old @param statements

Modified: store/trunk/java/bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/BDBMessageStore.java
===================================================================
--- store/trunk/java/bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/BDBMessageStore.java	2010-06-14 12:52:38 UTC (rev 4022)
+++ store/trunk/java/bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/BDBMessageStore.java	2010-06-14 12:54:06 UTC (rev 4023)
@@ -235,7 +235,6 @@
      * Called after instantiation in order to configure the message store.
      *
      * @param name The name of the virtual host using this store
-     * @param vHostConfig The configuration for this virtualhost
      * @return whether a new store environment was created or not (to indicate whether recovery is necessary)
      *
      * @throws Exception If any error occurs that means the store is unable to configure itself.
@@ -1347,7 +1346,6 @@
      * @param messageId       The message to store the data for.
      * @param offset          The offset of the data chunk in the message.
      * @param contentBody     The content of the data chunk.
-     * @param lastContentBody Flag to indicate that this is the last such chunk for the message.
      *
      * @throws AMQException If the operation fails for any reason, or if the specified message does not exist.
      */
@@ -1427,7 +1425,6 @@
     /**
      * Retrieves message meta-data.
      *
-     * @param context   The transactional context for the operation.
      * @param messageId The message to get the meta-data for.
      *
      * @return The message meta data.



More information about the rhmessaging-commits mailing list