[hornetq-commits] JBoss hornetq SVN: r11364 - branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/paging.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Sep 19 11:30:14 EDT 2011


Author: borges
Date: 2011-09-19 11:30:13 -0400 (Mon, 19 Sep 2011)
New Revision: 11364

Modified:
   branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/paging/PagingStore.java
Log:
javadoc

Modified: branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/paging/PagingStore.java
===================================================================
--- branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/paging/PagingStore.java	2011-09-19 13:17:33 UTC (rev 11363)
+++ branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/paging/PagingStore.java	2011-09-19 15:30:13 UTC (rev 11364)
@@ -129,7 +129,7 @@
    Collection<Integer> getCurrentIds() throws Exception;
 
    /**
-    * Sends the pages with given ids to the replicator.
+    * Sends the pages with given IDs to the {@link ReplicationManager}.
     * <p>
     * Sending is done here to avoid exposing the internal {@link SequentialFile}s.
     * @param replicator



More information about the hornetq-commits mailing list