From 09f6429b5fa8fb63a9a5fdbfeac0eb8df0bcdb41 Mon Sep 17 00:00:00 2001
From: zab2 <zab2@mail.i2p>
Date: Thu, 21 Nov 2019 15:12:30 +0000
Subject: [PATCH] update javadoc

---
 .../java/src/net/i2p/i2ptunnel/access/AccessFilter.java     | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/access/AccessFilter.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/access/AccessFilter.java
index 8dd373001b..45c1b11925 100644
--- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/access/AccessFilter.java
+++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/access/AccessFilter.java
@@ -32,9 +32,11 @@ import net.i2p.client.streaming.StatefulConnectionFilter;
  * lists and unknown ones - those who are not defined in such lists but have
  * recently attempted to connect to us.
  *
- * Every SYNC_INTERVAL seconds the access lists are reloaded from disk which
+ * Every SYNC_INTERVAL seconds the access lists are reloaded from disk if they
+ * have changed according to file modification time.  This
  * allows the user to edit them.  Also, if any recorders are defined in the
- * access rules, they will write to disk at such interval.
+ * access rules, they will write to disk at such interval if there have been
+ * any new breaches.
  *
  * @since 0.9.40
  */
-- 
GitLab