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

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

Issue 475673002: Generate public static EMPTY_ARRAY fields for each object. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: review 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/ExecutableKind.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ExecutableKind.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ExecutableKind.java
index 631305f4d422914df11aa4409c3676ef78111726..44a90975e13e678ca951a296929407b40db11267 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ExecutableKind.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ExecutableKind.java
@@ -28,4 +28,5 @@ public class ExecutableKind {
public static final String EITHER = "EITHER";
public static final String SERVER = "SERVER";
+
}

Powered by Google App Engine
This is Rietveld 408576698