| 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 b70868c9ee7bc0457e41cf73542fdb291d8811aa..24ff37d8cc520e34394b5052767029b93f77d018 100644
|
| --- a/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
|
| +++ b/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
|
| @@ -637,6 +637,10 @@ public interface AnalysisServer {
|
| * Return the list of KytheEntry objects for some file, given the current state of the file system
|
| * populated by "analysis.updateContent".
|
| *
|
| + * If a request is made for a file that does not exist, or that is not currently subject to
|
| + * analysis (e.g. because it is not associated with any analysis root specified to
|
| + * analysis.setAnalysisRoots), an error of type GET_KYTHE_ENTRIES_INVALID_FILE will be generated.
|
| + *
|
| * @param file The file containing the code for which the Kythe Entry objects are being requested.
|
| */
|
| public void kythe_getKytheEntries(String file, GetKytheEntriesConsumer consumer);
|
|
|