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

Unified Diff: editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/util/AstFactory.java

Issue 186153005: New analzyer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use meaningful name instead of '_' in predicate. 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/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/util/AstFactory.java
diff --git a/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/util/AstFactory.java b/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/util/AstFactory.java
index f3c3bc54f525df775b599b82ebeacf1e5db02584..840ec52266ed0e20d24d007cf5541ddeff14a618 100644
--- a/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/util/AstFactory.java
+++ b/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/util/AstFactory.java
@@ -27,7 +27,7 @@ import java.util.ArrayList;
import java.util.List;
/**
- * The class {@code ASTFactory} defines utility methods that can be used to create AST nodes. The
+ * The class {@code AstFactory} defines utility methods that can be used to create AST nodes. The
* nodes that are created are complete in the sense that all of the tokens that would have been
* associated with the nodes by a parser are also created, but the token stream is not constructed.
*/

Powered by Google App Engine
This is Rietveld 408576698