summaryrefslogtreecommitdiffstats
path: root/jrt
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2017-10-12 00:33:39 +0200
committerHåkon Hallingstad <hakon@oath.com>2017-10-12 00:33:39 +0200
commit9cedd82a745b83e1437461fde14550ebf75bd3b4 (patch)
tree674bb2b7bd190d979f0c309f08beba0eb0e59057 /jrt
parentaa812e70c49b62d934f0b2cc3f48f55f72d9d8ed (diff)
Update javadoc
Diffstat (limited to 'jrt')
-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();