summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jrt/src/com/yahoo/jrt/slobrok/api/Mirror.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/jrt/src/com/yahoo/jrt/slobrok/api/Mirror.java b/jrt/src/com/yahoo/jrt/slobrok/api/Mirror.java
index b208965092a..d67b6efed31 100644
--- a/jrt/src/com/yahoo/jrt/slobrok/api/Mirror.java
+++ b/jrt/src/com/yahoo/jrt/slobrok/api/Mirror.java
@@ -70,8 +70,8 @@ public class Mirror implements IMirror {
}
/**
- * Shut down the Mirror. This will close any open connections and
- * stop the regular mirror updates.
+ * Shut down the Mirror. This will close any open connections,
+ * stop the regular mirror updates, and discard all entries.
*/
public void shutdown() {
updateTask.kill();