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 7914d587a..06e5422a5 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