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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/Error.java

Issue 513853002: In the analysis server API, change RequestError.code to an enum. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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.server/src/com/google/dart/server/generated/types/Error.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/Error.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/Error.java
index d80817ad9969859b0523189f097aa92790cce196..f2a70dda23709468645e90a3660e1bd6c40619dd 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/Error.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/Error.java
@@ -33,7 +33,6 @@ import org.apache.commons.lang3.StringUtils;
/**
* An indication of a problem with the execution of the server, typically in response to a request.
- * The error codes that can be returned are documented in the section titled Errors.
*
* @coverage dart.server.generated.types
*/

Powered by Google App Engine
This is Rietveld 408576698