| Index: pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
|
| diff --git a/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java b/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
|
| index 8fb6d55e9d54ac75ead22d97aae731d29b36ffa9..f8c728e9750d66b7d1ca2d3503c01998eefd9bc9 100644
|
| --- a/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
|
| +++ b/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
|
| @@ -298,6 +298,15 @@ public interface AnalysisServer {
|
| public void diagnostic_getDiagnostics(GetDiagnosticsConsumer consumer);
|
|
|
| /**
|
| + * {@code diagnostic.getServerPort}
|
| + *
|
| + * Return the port of the diagnostic web server. If the server is not running this call will start
|
| + * the server. If unable to start the diagnostic web server, this call will return an error of
|
| + * ERROR_HANDLING_REQUEST.
|
| + */
|
| + public void diagnostic_getServerPort(GetServerPortConsumer consumer);
|
| +
|
| + /**
|
| * {@code edit.format}
|
| *
|
| * Format the contents of a single file. The currently selected region of text is passed in so that
|
|
|