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

Unified Diff: compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java

Issue 10793029: Folded in recent changes from the dartc parser error codes into the Analysis Engine. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java
diff --git a/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java b/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java
index 749a49be15d7fbe7422758e2f934ca6aa7984b67..9f6c8f5d235beea9e0915fd79232cb403e7f6497 100644
--- a/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java
+++ b/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java
@@ -48,7 +48,7 @@ public enum ParserErrorCode implements ErrorCode {
// TODO(zundel): error message needs JUnit test
EXPECTED_EXPRESSION_AFTER_COMMA("Expected expression after comma"),
EXPECTED_EXTENDS("Expected 'extends'"),
- EXPECTED_FUNCTION_STATEMENT_BODY("Expected function statment body"),
+ EXPECTED_FUNCTION_STATEMENT_BODY("Expected function statement body"),
// TODO(zundel): error message needs JUnit test
EXPECTED_IDENTIFIER("Expected identifier"),
// TODO(zundel): error message needs JUnit test
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698