| Index: pkg/collection/lib/src/unmodifiable_wrappers.dart
|
| diff --git a/pkg/collection_helpers/lib/unmodifiable_wrappers.dart b/pkg/collection/lib/src/unmodifiable_wrappers.dart
|
| similarity index 99%
|
| rename from pkg/collection_helpers/lib/unmodifiable_wrappers.dart
|
| rename to pkg/collection/lib/src/unmodifiable_wrappers.dart
|
| index b44337f844a6eb8820e36e0416de1b99183024be..022bbfe17427fb68e25e2cc57f7c0302df30c5ce 100644
|
| --- a/pkg/collection_helpers/lib/unmodifiable_wrappers.dart
|
| +++ b/pkg/collection/lib/src/unmodifiable_wrappers.dart
|
| @@ -11,7 +11,7 @@
|
| * The [List] wrapper prevents changes to the length of the wrapped list,
|
| * but allows changes to the contents.
|
| */
|
| -part of dart.collection_helpers.wrappers;
|
| +part of dart.pkg.collection.wrappers;
|
|
|
| /**
|
| * A fixed-length list.
|
|
|