Thread (26 messages) flat view 26 messages, 2 authors, 2016-06-15

Re: [JGIT PATCH 11/23] Rewrite WindowCache to use a hash table

From: Robin Rosenberg <hidden>
Date: 2016-06-15 22:45:50

torsdag 25 december 2008 03:11:07 skrev Shawn O. Pearce:
quoted hunk ↗ jump to hunk
diff --git a/org.spearce.jgit/src/org/spearce/jgit/lib/WindowCache.java b/org.spearce.jgit/src/org/spearce/jgit/lib/WindowCache.java
index f617845..f478f04 100644
--- a/org.spearce.jgit/src/org/spearce/jgit/lib/WindowCache.java
+++ b/org.spearce.jgit/src/org/spearce/jgit/lib/WindowCache.java
@@ -41,11 +41,7 @@
 import java.io.IOException;
 import java.lang.ref.ReferenceQueue;
 
-/**
- * The WindowCache manages reusable <code>Windows</code> and inflaters used by
- * the other windowed file access classes.
- */
-public class WindowCache {
+class WindowCache {
This breaks the Eclipse plugin which want to call WindowCache.reconfigure. Package level
class can also have javadocs. Even though we do not require it, I still thinks it's a good idea. Not
sure how useful that one was.

-- robin
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help