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

Unified Diff: editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/correction/CorrectionKind.java

Issue 150853003: Terminate JSON generator Quick Assist. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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.engine.services/src/com/google/dart/engine/services/correction/CorrectionKind.java
diff --git a/editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/correction/CorrectionKind.java b/editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/correction/CorrectionKind.java
index 4e0f70d645df8a989919e6b7c1916677e258a61e..1ca458a30bd3b362e85936fbf1af283f89f8bf10 100644
--- a/editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/correction/CorrectionKind.java
+++ b/editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/correction/CorrectionKind.java
@@ -18,7 +18,6 @@ package com.google.dart.engine.services.correction;
* Identifier of {@link CorrectionProposal}.
*/
public enum CorrectionKind {
- QA_ADD_JSON(30, "Add toJson() / fromJson()"),
QA_ADD_PART_DIRECTIVE(30, "Add 'part' directive"),
QA_ADD_TYPE_ANNOTATION(30, "Add type annotation"),
QA_ASSIGN_TO_LOCAL_VARIABLE(30, "Assign value to new local variable"),
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/internal/correction/QuickAssistProcessorImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698