Re: RFR JDK-8165617: Cleanup whitespace in jaxp/test

2016-09-08 Thread Joe Wang
ote: The normalizer tool will remove any extra LFs, only leave one. But it may be an internal tool, so I think it's not a rule. Thanks Frank -Original Message- From: Langer, Christoph [mailto:christoph.lan...@sap.com] Subject: RE: RFR JDK-8165617: Cleanup whitespace in jaxp/tes

RE: RFR JDK-8165617: Cleanup whitespace in jaxp/test

2016-09-08 Thread Frank Yuan
The normalizer tool will remove any extra LFs, only leave one. But it may be an internal tool, so I think it's not a rule. Thanks Frank > -Original Message- > From: Langer, Christoph [mailto:christoph.lan...@sap.com] > Subject: RE: RFR JDK-8165617: Cleanup whitespac

RE: RFR JDK-8165617: Cleanup whitespace in jaxp/test

2016-09-07 Thread Langer, Christoph
5 > To: 'Joe Wang' > Cc: 'core-libs-dev' > Subject: RE: RFR JDK-8165617: Cleanup whitespace in jaxp/test > > Thank you! Pushed. > > Frank > > -Original Message- > From: Joe Wang [mailto:huizhe.w...@oracle.com] > Sent: Thursday,

RE: RFR JDK-8165617: Cleanup whitespace in jaxp/test

2016-09-07 Thread Frank Yuan
Thank you! Pushed. Frank -Original Message- From: Joe Wang [mailto:huizhe.w...@oracle.com] Sent: Thursday, September 08, 2016 12:11 PM To: Frank Yuan Cc: 'core-libs-dev' Subject: Re: RFR JDK-8165617: Cleanup whitespace in jaxp/test Hi Frank, Looks good. Thanks for ge

Re: RFR JDK-8165617: Cleanup whitespace in jaxp/test

2016-09-07 Thread Joe Wang
Hi Frank, Looks good. Thanks for getting this cleaned up! Best, Joe On 9/7/16, 8:33 PM, Frank Yuan wrote: Hi This bug is to remove the extra LF from the end of the java files, that will help to conform with the normalizer. Anyone would like to take a look? http://cr.openjdk.java.net/~fyua

RFR JDK-8165617: Cleanup whitespace in jaxp/test

2016-09-07 Thread Frank Yuan
Hi This bug is to remove the extra LF from the end of the java files, that will help to conform with the normalizer. Anyone would like to take a look? http://cr.openjdk.java.net/~fyuan/8165617/webrev.00/ Thanks Frank