| Index: pkg/collection/lib/algorithms.dart
|
| diff --git a/pkg/collection_helpers/lib/algorithms.dart b/pkg/collection/lib/algorithms.dart
|
| similarity index 99%
|
| copy from pkg/collection_helpers/lib/algorithms.dart
|
| copy to pkg/collection/lib/algorithms.dart
|
| index 057111a664625e3d4ab28a0f9421f03b340c73bb..5ff0bb3bde148de12774ccbf85fa41ebde738784 100644
|
| --- a/pkg/collection_helpers/lib/algorithms.dart
|
| +++ b/pkg/collection/lib/algorithms.dart
|
| @@ -5,7 +5,7 @@
|
| /**
|
| * Operations on collections.
|
| */
|
| -library dart.collection_helpers.algorithms;
|
| +library dart.pkg.collection.algorithms;
|
|
|
| import "dart:math" show Random;
|
|
|
|
|