Index: pkg/analysis_server/tool/spec/spec_input.html |
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html |
index fcddc9407a1b37786e4223b347ccd1833ab5d284..3dc5819a5dd657a39e6f42e5c33dc5f9e02a5d81 100644 |
--- a/pkg/analysis_server/tool/spec/spec_input.html |
+++ b/pkg/analysis_server/tool/spec/spec_input.html |
@@ -6,7 +6,7 @@ |
</head> |
<body> |
<h1>Analysis Server API Specification</h1> |
- <h1 style="color:#999999">Version <version>1.13.0</version></h1> |
+ <h1 style="color:#999999">Version <version>1.14.0</version></h1> |
<p> |
This document contains a specification of the API provided by the |
analysis server. The API in this document is currently under |
@@ -1995,14 +1995,9 @@ |
</params> |
</notification> |
</domain> |
- <domain name="diagnostic" experimental="true"> |
+ <domain name="diagnostic"> |
<p> |
- The diagnostic domain contains experimental server diagnostics APIs. Note |
- that as an experimental API, docs are not generated for this domain and it |
- is subject subject to change without notice. |
- Because this experimental domain is not part of the analysis server's API, |
- the version number of the API will not be updated when changes are made. |
- Caveat emptor! |
+ The diagnostic domain contains server diagnostics APIs. |
</p> |
<request method="getDiagnostics"> |
<p>Return server diagnostics.</p> |
@@ -2496,7 +2491,7 @@ |
<value><code>PARAMETER</code></value> |
</enum> |
</type> |
- <type name="ContextData" experimental="true"> |
+ <type name="ContextData"> |
<p> |
Information about an analysis context. |
</p> |
@@ -2525,12 +2520,6 @@ |
The number of work items in the queue. |
</p> |
</field> |
- <field name="workItemQueueLengthAverage"> |
- <ref>String</ref> |
- <p> |
- A rolling average of work items in the queue. (A double encoded as a String.) |
- </p> |
- </field> |
<field name="cacheEntryExceptions"> |
<list><ref>String</ref></list> |
<p> |