On Fri, 22 Apr 2022 14:35:14 GMT, Sibabrata Sahoo <ssa...@openjdk.org> wrote:
>> A new API to support replacing selective lines with desired content. > > Sibabrata Sahoo has updated the pull request incrementally with one > additional commit since the last revision: > > Update FileUtils.java I will do a small change in method signature patch(Path path, int fromLine, int toLine, List<String> from, String to) where the argument "List<String> from" to be "String from". Also a new open Test will be added into this change-set. ------------- PR: https://git.openjdk.java.net/jdk/pull/8360