RFR: XXS: JDK-8213265: fix missing newlines at end of files (original) (raw)
Vicente Romero vicente.romero at oracle.com
Fri Nov 2 21:10:56 UTC 2018
- Previous message: RFR: XXS: JDK-8213265: fix missing newlines at end of files
- Next message: JDK 12 RFR of JDK-8213256: Clarify runtime vs ,compile time annotations for ,RoundEnvironment.getElementsAnnotatedWith(Class)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: RFR: XXS: JDK-8213265: fix missing newlines at end of files
- Next message: JDK 12 RFR of JDK-8213256: Clarify runtime vs ,compile time annotations for ,RoundEnvironment.getElementsAnnotatedWith(Class)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]