You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sn...@apache.org on 2015/02/18 22:04:12 UTC

[2/3] cassandra git commit: ninja fix javadoc of StorageServiceMBean

ninja fix javadoc of StorageServiceMBean


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c86fc854
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c86fc854
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/c86fc854

Branch: refs/heads/trunk
Commit: c86fc854f55d8deed5773a5e6231464ffa4f54c3
Parents: 8df6c93
Author: Robert Stupp <sn...@snazy.de>
Authored: Wed Feb 18 22:02:06 2015 +0100
Committer: Robert Stupp <sn...@snazy.de>
Committed: Wed Feb 18 22:02:06 2015 +0100

----------------------------------------------------------------------
 src/java/org/apache/cassandra/service/StorageServiceMBean.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c86fc854/src/java/org/apache/cassandra/service/StorageServiceMBean.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/service/StorageServiceMBean.java b/src/java/org/apache/cassandra/service/StorageServiceMBean.java
index e0441fb..c7013c3 100644
--- a/src/java/org/apache/cassandra/service/StorageServiceMBean.java
+++ b/src/java/org/apache/cassandra/service/StorageServiceMBean.java
@@ -268,7 +268,7 @@ public interface StorageServiceMBean extends NotificationEmitter
      * You can track repair progress by subscribing JMX notification sent from this StorageServiceMBean.
      * Notification format is:
      *   type: "repair"
-     *   userObject: int array of length 2, [0]=command number, [1]=ordinal of AntiEntropyService.Status
+     *   userObject: int array of length 2, [0]=command number, [1]=ordinal of ActiveRepairService.Status
      *
      * @return Repair command number, or 0 if nothing to repair
      */
@@ -279,7 +279,7 @@ public interface StorageServiceMBean extends NotificationEmitter
      * You can track repair progress by subscribing JMX notification sent from this StorageServiceMBean.
      * Notification format is:
      *   type: "repair"
-     *   userObject: int array of length 2, [0]=command number, [1]=ordinal of AntiEntropyService.Status
+     *   userObject: int array of length 2, [0]=command number, [1]=ordinal of ActiveRepairService.Status
      *
      * @param parallelismDegree 0: sequential, 1: parallel, 2: DC parallel
      * @return Repair command number, or 0 if nothing to repair
@@ -303,7 +303,7 @@ public interface StorageServiceMBean extends NotificationEmitter
      * You can track repair progress by subscribing JMX notification sent from this StorageServiceMBean.
      * Notification format is:
      *   type: "repair"
-     *   userObject: int array of length 2, [0]=command number, [1]=ordinal of AntiEntropyService.Status
+     *   userObject: int array of length 2, [0]=command number, [1]=ordinal of ActiveRepairService.Status
      *
      * @return Repair command number, or 0 if nothing to repair
      */