commit f0a3f34ccb1ca39282ae8c6a88b183871e436916 Author: Alice Kober-Sotzek Date: Thu Sep 24 14:16:06 2020 +0200 Correct documentation of FixReplacementInfo Since I70366164d, lines are assumed to be only separated by the line feed character '\n'. Hence, don't mention the other options anymore in the documentation. Change-Id: Ic3d0aea5dc3c9e6c04a2fd3c0703d60288c94306 diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt index adb5466..7e1cb56 100644 --- a/Documentation/rest-api-changes.txt +++ b/Documentation/rest-api-changes.txt @@ -7129,9 +7129,7 @@ that magic file can be modified. References to the header lines will result in errors when the fix is applied. |`range` |A <> indicating which content of the file should be replaced. Lines in the file are assumed to be separated -by the line feed character, the carriage return character, the carriage return -followed by the line feed character, or one of the other Unicode linebreak -sequences supported by Java. +by the line feed character. |`replacement` |The content which should be used instead of the current one. |==========================