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

Unified Diff: pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java

Issue 2800283002: updates to the analysis server generated spec doc (Closed)
Patch Set: Created 3 years, 8 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: pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java b/pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java
index 0291a153cb5da8eaee9f350ef62ca20c971046fb..6a34d10aa0d08df9e719c895de4288622e244cef 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java
@@ -64,12 +64,12 @@ public class ElementKind {
public static final String TYPE_PARAMETER = "TYPE_PARAMETER";
/**
- * Deprecated: support for tests was removed.
+ * @deprecated: support for tests was removed.
*/
public static final String UNIT_TEST_GROUP = "UNIT_TEST_GROUP";
/**
- * Deprecated: support for tests was removed.
+ * @deprecated: support for tests was removed.
*/
public static final String UNIT_TEST_TEST = "UNIT_TEST_TEST";

Powered by Google App Engine
This is Rietveld 408576698