From f0a40b19334cdeeaab7f08269446d9901e26b175 Mon Sep 17 00:00:00 2001 From: Shawn Pearce Date: Wed, 6 Sep 2017 11:12:34 -0700 Subject: [PATCH] Remove dead warning about minUpdaeIndex and maxUpdateIndex affecting refresh DfsGarbageCollector always performs refreshes. This warning was from a prior iteration of the patch set and should have been removed before the change was merged. Change-Id: Id4750bb6c1c177e1ef040fd22912f434bbb5e992 --- .../jgit/internal/storage/dfs/DfsGarbageCollector.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsGarbageCollector.java b/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsGarbageCollector.java index 7914d587a3..06e5422a5c 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsGarbageCollector.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsGarbageCollector.java @@ -173,11 +173,6 @@ public class DfsGarbageCollector { /** * Set minUpdateIndex for the initial reftable created during conversion. - *

- * Warning: A setting {@code != 1} disables cache refreshes - * normally performed at the start of {@link #pack(ProgressMonitor)}. - * Callers must ensure the reference cache is current and will have been - * read before the pack list. * * @param u * minUpdateIndex for the initial reftable created by scanning @@ -193,11 +188,6 @@ public class DfsGarbageCollector { /** * Set maxUpdateIndex for the initial reftable created during conversion. - *

- * Warning: A setting {@code != 1} disables cache refreshes - * normally performed at the start of {@link #pack(ProgressMonitor)}. - * Callers must ensure the reference cache is current and will have been - * read before the pack list. * * @param u * maxUpdateIndex for the initial reftable created by scanning -- 2.39.5