Index: pkg/serialization/lib/serialization.dart |
diff --git a/pkg/serialization/lib/serialization.dart b/pkg/serialization/lib/serialization.dart |
index 3f2146d140cd58f33fea04af731f0bc4a041e8b0..8cdf09e83ce487f6ddd94ce1f2a73ed3bc692c21 100644 |
--- a/pkg/serialization/lib/serialization.dart |
+++ b/pkg/serialization/lib/serialization.dart |
@@ -351,7 +351,7 @@ class Serialization { |
* class name as a key. In addition to the [externals] map provided here, |
* values will be looked up in the [externalObjects] map. |
*/ |
- read(String input, [Map externals = const {}]) { |
+ read(input, [Map externals = const {}]) { |
justinfagnani
2013/02/09 21:21:56
now that the type annotation is removed, can you d
Alan Knight
2013/02/11 23:38:42
Done. Also fixed up the main doc comment some.
|
return newReader().read(input, externals); |
} |