Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(660)

Unified Diff: corelib/src/string_buffer.dart

Issue 10653002: Fix some warnings in the core library identified by the static analyzer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:].

Powered by Google App Engine
This is Rietveld 408576698