Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Unified Diff: utils/pub/package.dart

Issue 10993059: Stop using the Hashable interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Another space removed. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/utils/vim/syntax/dart.vim ('k') | utils/pub/version.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « tools/utils/vim/syntax/dart.vim ('k') | utils/pub/version.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698