You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/05/23 10:29:45 UTC

svn commit: r540881 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/MessageStore.java

Author: jstrachan
Date: Wed May 23 01:29:44 2007
New Revision: 540881

URL: http://svn.apache.org/viewvc?view=rev&rev=540881
Log:
fixed javadoc

Modified:
    activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/MessageStore.java

Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/MessageStore.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/MessageStore.java?view=diff&rev=540881&r1=540880&r2=540881
==============================================================================
--- activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/MessageStore.java (original)
+++ activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/MessageStore.java Wed May 23 01:29:44 2007
@@ -97,9 +97,7 @@
 
     /**
      * A hint to the Store to reset any batching state for the Destination
-     * 
-     * @param nextToDispatch
-     * 
+     *
      */
     public void resetBatching();