We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ad589 commit 40e6f11Copy full SHA for 40e6f11
src/main/java/com/google/devtools/build/lib/collect/compacthashset/CompactHashSet.java
@@ -62,7 +62,7 @@
62
* order. Any removal invalidates any ordering guarantees.
63
*
64
* <p>NOTE: This is an older version of Guava's {@code
65
- * com.google.java.common.colllect.CompactHashSet}, but it outperforms the newer version on large
+ * com.google.java.common.collect.CompactHashSet}, but it outperforms the newer version on large
66
* builds significantly, as it uses only 50% of cpu time in comparison.
67
*/
68
public class CompactHashSet<E> extends AbstractSet<E> {
0 commit comments