Skip to content

Commit bf42008

Browse files
committed
Remove import in CollectionInternals
1 parent 061de4f commit bf42008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/scala/compat/java8/runtime/CollectionInternals.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package scala.compat.java8.runtime;
22

3-
import scala.collection.immutable.*; // Don't rely on this! Refer to everything explicitly!
3+
// No imports! All type names are fully qualified to avoid confusion!
44

55
public class CollectionInternals {
66
public static <A> Object[] getTable(scala.collection.mutable.FlatHashTable<A> fht) { return fht.hashTableContents().table(); }

0 commit comments

Comments
 (0)