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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/resolver/MemberMap.java

Issue 179783007: Fix for 15001. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/resolver/MemberMap.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/resolver/MemberMap.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/resolver/MemberMap.java
index ec5ed5721cf08e65d0faa61d1cfcd4f20324c11e..898781b676d532c8d80f0dd519ff93ba26c8f48c 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/resolver/MemberMap.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/resolver/MemberMap.java
@@ -154,9 +154,9 @@ public class MemberMap {
}
/**
- * Given some String key, this method replaces the associated key and value pair with {@code null}
- * . The size is not decremented with this call, instead it is expected that the users check for
- * {@code null}.
+ * Given some {@link String} key, this method replaces the associated key and value pair with
+ * {@code null}. The size is not decremented with this call, instead it is expected that the users
+ * check for {@code null}.
*
* @param key the key of the key/value pair to remove from the map
*/

Powered by Google App Engine
This is Rietveld 408576698