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

Unified Diff: lib/core/date.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 | « lib/compiler/implementation/universe/universe.dart ('k') | lib/core/duration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/core/date.dart
diff --git a/lib/core/date.dart b/lib/core/date.dart
index be5ae439541ead3a284616abfc08418bf998b0ad..d3bafe2771367cc6ab448139d2d3326bf2964d55 100644
--- a/lib/core/date.dart
+++ b/lib/core/date.dart
@@ -13,7 +13,7 @@
*
* Also see [Stopwatch] for means to measure time-spans.
*/
-abstract class Date implements Comparable, Hashable {
+abstract class Date implements Comparable {
// Weekday constants that are returned by [weekday] method:
static const int MON = 1;
static const int TUE = 2;
« no previous file with comments | « lib/compiler/implementation/universe/universe.dart ('k') | lib/core/duration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698