| Index: corelib/src/string_buffer.dart
|
| diff --git a/corelib/src/string_buffer.dart b/corelib/src/string_buffer.dart
|
| index c510ec755f74c739eef363b76544d5b4e027e36e..d67c5db40aa411a60192c433fa010fa845ce181b 100644
|
| --- a/corelib/src/string_buffer.dart
|
| +++ b/corelib/src/string_buffer.dart
|
| @@ -37,7 +37,7 @@ interface StringBuffer default StringBufferImpl {
|
| /**
|
| * Adds all items in [objects] to the buffer. Returns [:this:].
|
| */
|
| - StringBuffer addAll(Collection<Object> objects);
|
| + StringBuffer addAll(Collection objects);
|
|
|
| /**
|
| * Clears the string buffer. Returns [:this:].
|
|
|