Chromium Code Reviews

Unified Diff: sdk/lib/core/date_time.dart

Issue 12298027: Revert "Make Comparable generic." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « sdk/lib/core/comparable.dart ('k') | sdk/lib/core/num.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/date_time.dart
diff --git a/sdk/lib/core/date_time.dart b/sdk/lib/core/date_time.dart
index 38d179eadbfc2a7efc5c522e70fd473a0895c300..b57b63024b339c5138397e0160272fe777e1f07e 100644
--- a/sdk/lib/core/date_time.dart
+++ b/sdk/lib/core/date_time.dart
@@ -8,7 +8,7 @@ part of dart.core;
* Deprecated class. Please use [DateTime] instead.
*/
@deprecated
-abstract class Date implements Comparable<Date> {
+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 | « sdk/lib/core/comparable.dart ('k') | sdk/lib/core/num.dart » ('j') | no next file with comments »

Powered by Google App Engine