From 9cedd82a745b83e1437461fde14550ebf75bd3b4 Mon Sep 17 00:00:00 2001 From: HÃ¥kon Hallingstad Date: Thu, 12 Oct 2017 00:33:39 +0200 Subject: Update javadoc --- jrt/src/com/yahoo/jrt/slobrok/api/Mirror.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jrt') 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(); -- cgit v1.2.3