| 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";
|
|
|
|
|