Remove TimeZone comment.
R=ngeoffray@google.com BUG= TEST= Review URL: https://chromereviews.googleplex.com/3547014 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@129 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
@@ -5,9 +5,7 @@
|
||||
// Dart core library.
|
||||
|
||||
/**
|
||||
* [TimeZone]s represent locations (for example Europe/Paris). The time offset
|
||||
* relative to UTC is dependent on the date (for example CEST in the summer
|
||||
* or CET in the winter).
|
||||
* [TimeZone]s represent locations (for example Europe/Paris).
|
||||
*/
|
||||
interface TimeZone factory TimeZoneImplementation {
|
||||
const TimeZone.utc();
|
||||
|
||||
Reference in New Issue
Block a user