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

Unified Diff: tool/input_sdk/lib/core/date_time.dart

Issue 1987963003: Misc updates (mostly doc) (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: Created 4 years, 7 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/runtime/dart_sdk.js ('k') | tool/input_sdk/lib/core/errors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/input_sdk/lib/core/date_time.dart
diff --git a/tool/input_sdk/lib/core/date_time.dart b/tool/input_sdk/lib/core/date_time.dart
index b5614af028f5e6c44b2c6503e38ed8f98166f9a6..35e93e004596b49cb7627144bd7cbd03208bfdda 100644
--- a/tool/input_sdk/lib/core/date_time.dart
+++ b/tool/input_sdk/lib/core/date_time.dart
@@ -102,7 +102,7 @@ part of dart.core;
* the [intl](http://pub.dartlang.org/packages/intl) package.
*
*/
-class DateTime implements Comparable {
+class DateTime implements Comparable<DateTime> {
// Weekday constants that are returned by [weekday] method:
static const int MONDAY = 1;
static const int TUESDAY = 2;
« no previous file with comments | « lib/runtime/dart_sdk.js ('k') | tool/input_sdk/lib/core/errors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698