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

Unified Diff: utils/pub/version.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 | « utils/pub/package.dart ('k') | utils/pub/yaml/model.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/version.dart
diff --git a/utils/pub/version.dart b/utils/pub/version.dart
index 9b0197b6cc597c4ae78976b7aa8f3e169c6699ab..5d82293bbfbee622ff262f28c292baee5eecbb2f 100644
--- a/utils/pub/version.dart
+++ b/utils/pub/version.dart
@@ -14,7 +14,7 @@
#import('utils.dart');
/** A parsed semantic version number. */
-class Version implements Comparable, Hashable, VersionConstraint {
+class Version implements Comparable, VersionConstraint {
/** No released version: i.e. "0.0.0". */
static Version get none => new Version(0, 0, 0);
« no previous file with comments | « utils/pub/package.dart ('k') | utils/pub/yaml/model.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698