Index: sdk/lib/core/date.dart |
diff --git a/sdk/lib/core/date.dart b/sdk/lib/core/date.dart |
index 3ce0b0786bd5337fb21b24eea7b357038234a894..d0c0f01d26819194ae0dcc130f6afaa7fe4f96b5 100644 |
--- a/sdk/lib/core/date.dart |
+++ b/sdk/lib/core/date.dart |
@@ -2,7 +2,7 @@ |
// 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. |
-// Dart core library. |
+part of dart.core; |
/** |
* Date is the public interface to a point in time. |