Minor changes to the generated spec, and display deprecated methods better.
BUG= R=brianwilkerson@google.com, scheglov@google.com Review-Url: https://codereview.chromium.org/2800283002 .
This commit is contained in:
@@ -279,6 +279,8 @@ public interface AnalysisServer {
|
||||
* options that are not valid, they will be silently ignored.
|
||||
*
|
||||
* @param options The options that are to be used to control analysis.
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
public void analysis_updateOptions(AnalysisOptions options);
|
||||
|
||||
@@ -491,6 +493,8 @@ public interface AnalysisServer {
|
||||
* then the current subscriptions will remain unchanged.
|
||||
*
|
||||
* @param subscriptions A list of the services being subscribed to.
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
public void execution_setSubscriptions(List<String> subscriptions);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user