| Index: sdk/lib/_collection_dev/sort.dart
|
| diff --git a/sdk/lib/collection_dev/sort.dart b/sdk/lib/_collection_dev/sort.dart
|
| similarity index 99%
|
| rename from sdk/lib/collection_dev/sort.dart
|
| rename to sdk/lib/_collection_dev/sort.dart
|
| index 9b89e638ff089472e18ec056b2d2f6ac8d985946..73276b231ce84ec1c1bf9455274683a49eca1b5e 100644
|
| --- a/sdk/lib/collection_dev/sort.dart
|
| +++ b/sdk/lib/_collection_dev/sort.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of dart.collection.dev;
|
| +part of dart._collection.dev;
|
|
|
| /**
|
| * Dual-Pivot Quicksort algorithm.
|
|
|