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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/LinkedEditSuggestionKind.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/LinkedEditSuggestionKind.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/LinkedEditSuggestionKind.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/LinkedEditSuggestionKind.java
index 1b02d1243eddc5029704e7f9240253d2eb1c3bef..c5310c80dda65366a6010904951ee88df92b35b4 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/LinkedEditSuggestionKind.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/LinkedEditSuggestionKind.java
@@ -30,4 +30,5 @@ public class LinkedEditSuggestionKind {
public static final String TYPE = "TYPE";
public static final String VARIABLE = "VARIABLE";
+
}

Powered by Google App Engine
This is Rietveld 408576698