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:
floitsch@google.com
2011-10-06 15:19:02 +00:00
parent ad89e94d67
commit 63dd99d5e6
+1 -3
View File
@@ -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();