| 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 2f39f5ef40d2416986f6bf649e1081feb514e4da..1132dd89db8150792c5b4fe96299dca142a320dd 100644
|
| --- a/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
|
| +++ b/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
|
| @@ -269,8 +269,9 @@ public interface AnalysisServer {
|
| * @param file The file containing the code to be formatted.
|
| * @param selectionOffset The offset of the current selection in the file.
|
| * @param selectionLength The length of the current selection in the file.
|
| + * @param lineLength The line length to be used by the formatter.
|
| */
|
| - public void edit_format(String file, int selectionOffset, int selectionLength, FormatConsumer consumer);
|
| + public void edit_format(String file, int selectionOffset, int selectionLength, int lineLength, FormatConsumer consumer);
|
|
|
| /**
|
| * {@code edit.getAssists}
|
|
|