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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/DartEditorMessages.java

Issue 10703046: Issue 3753. Support for @deprecated annotation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Analyze for @deprecated all invocable elements Created 8 years, 6 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.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/DartEditorMessages.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/DartEditorMessages.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/DartEditorMessages.java
index edc913e07fe8ed4edbf6cf5b300f0da4528344be..62d0e113c9b3ce1c0c85d3f463698ec06142d971 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/DartEditorMessages.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/DartEditorMessages.java
@@ -102,7 +102,7 @@ final class DartEditorMessages extends NLS {
public static String SemanticHighlighting_localVariable;
public static String SemanticHighlighting_dynamicType;
public static String SemanticHighlighting_parameterVariable;
- public static String SemanticHighlighting_deprecatedMember;
+ public static String SemanticHighlighting_deprecatedElement;
public static String SemanticHighlighting_method;
public static String SemanticHighlighting_objectInitializer;
public static String SemanticHighlighting_staticField;

Powered by Google App Engine
This is Rietveld 408576698