RFR: XXS: JDK-8213265: fix missing newlines at end of files

Vicente Romero vicente.romero at oracle.com
Fri Nov 2 21:10:56 UTC 2018


looks good,
Vicente

On 11/1/18 6:04 PM, Jonathan Gibbons wrote:
> Please review a simple fix which fixes some files which did not end 
> with a newline character.
>
> The changes were performed automagically by the following command:
>
>  for i in $(find test/langtools -name \*.html | xargs pcregrep -LM 
> '\n$' ) ; do echo >> $i ; done
>
> The webrev shows no changes for the individual files; the patch shows 
> the changes to the last line.
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8213265
> Webrev: http://cr.openjdk.java.net/~jjg/8213265/webrev.00/index.html
>
> -- Jon



More information about the compiler-dev mailing list