| Index: utils/pub/package.dart
|
| diff --git a/utils/pub/package.dart b/utils/pub/package.dart
|
| index 3b058e035470b11c311b826bc45cbfb5d644db56..6746d3ad9cc323783e9729c9f4afb27d4bff2005 100644
|
| --- a/utils/pub/package.dart
|
| +++ b/utils/pub/package.dart
|
| @@ -94,7 +94,7 @@ class Package {
|
| * the same package may be available from multiple sources. As far as Pub is
|
| * concerned, those packages are different.
|
| */
|
| -class PackageId implements Comparable, Hashable {
|
| +class PackageId implements Comparable {
|
| /// The name of the package being identified.
|
| final String name;
|
|
|
|
|