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

Unified Diff: packages/intl/lib/src/file_data_reader.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 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
Index: packages/intl/lib/src/file_data_reader.dart
diff --git a/packages/intl/lib/src/file_data_reader.dart b/packages/intl/lib/src/file_data_reader.dart
index 61c42e2a591677b03cd49bd1aec3814f19930559..8e152f35d7de928730f76571f949e4d7c1216dc4 100644
--- a/packages/intl/lib/src/file_data_reader.dart
+++ b/packages/intl/lib/src/file_data_reader.dart
@@ -2,10 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-/**
- * This contains a reader that accesses data from local files, so it can't
- * be run in the browser.
- */
+/// This contains a reader that accesses data from local files, so it can't
+/// be run in the browser.
library file_data_reader;
« no previous file with comments | « packages/intl/lib/src/date_format_internal.dart ('k') | packages/intl/lib/src/http_request_data_reader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698