 Chromium Code Reviews
 Chromium Code Reviews Issue 11419032:
  Switch libraries to using new tags.  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
    
  
    Issue 11419032:
  Switch libraries to using new tags.  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart| Index: sdk/lib/core/strings.dart | 
| diff --git a/sdk/lib/core/strings.dart b/sdk/lib/core/strings.dart | 
| index 5029b46d4badd6f8f560b4dc32fa1410078ec189..9d565a1e22a7f0f4cc717456dc2c7127a9768d71 100644 | 
| --- a/sdk/lib/core/strings.dart | 
| +++ b/sdk/lib/core/strings.dart | 
| @@ -2,6 +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. | 
| +part of dart.core; | 
| + | 
| abstract class Strings { | 
| /** | 
| * Joins all the given strings to create a new string. |