| Index: utils/pub/source.dart
|
| diff --git a/utils/pub/source.dart b/utils/pub/source.dart
|
| index 85a6c7bfb2bc7c64e51b99a6aa33a28de97051ec..b08647555e4556efae93e041f859de6513dabab4 100644
|
| --- a/utils/pub/source.dart
|
| +++ b/utils/pub/source.dart
|
| @@ -164,8 +164,7 @@ abstract class Source {
|
| * [description2] for this source. This method should be light-weight. It
|
| * doesn't need to validate that either package exists.
|
| *
|
| - * By default, this assumes both descriptions are strings and compares them
|
| - * for equality.
|
| + * By default, just uses regular equality.
|
| */
|
| bool descriptionsEqual(description1, description2) =>
|
| description1 == description2;
|
|
|