Deprecate the analysis.updateOptions request

R=devoncarew@google.com

Review-Url: https://codereview.chromium.org/2719853004 .
This commit is contained in:
Brian Wilkerson
2017-02-27 10:37:02 -08:00
parent 05b00a9884
commit c416aabed1
5 changed files with 15 additions and 0 deletions
@@ -272,6 +272,8 @@ public interface AnalysisServer {
/**
* {@code analysis.updateOptions}
*
* Deprecated: all of the options can be set by users in an analysis options file.
*
* Update the options controlling analysis based on the given set of options. Any options that are
* not included in the analysis options will not be changed. If there are options in the analysis
* options that are not valid, they will be silently ignored.