RE: RFR: JDK-8042348: Copyright link in Javadoc page for Java SE 8

2014-05-05 Thread Iris Clark
Hi, Erik. I think the change looks fine. Thanks, iris -Original Message- From: Erik Joelsson Sent: Monday, May 05, 2014 6:28 AM To: build-dev Subject: RFR: JDK-8042348: Copyright link in Javadoc page for Java SE 8 Hello, Please review this small patch to javadoc generation. The

Re: RFR: JDK-8042348: Copyright link in Javadoc page for Java SE 8

2014-05-05 Thread Tim Bell
Hello Erik: Please review this small patch to javadoc generation. The Copyright footer, at the bottom of the page, should be a link, but in jdk8 and 9 it isn't. This is caused by COPYRIGHT_URL being empty if JDK_MINOR_VERSION is not 7. I see no reason to have a jdk version dependency on this

RFR: JDK-8042348: Copyright link in Javadoc page for Java SE 8

2014-05-05 Thread Erik Joelsson
Hello, Please review this small patch to javadoc generation. The Copyright footer, at the bottom of the page, should be a link, but in jdk8 and 9 it isn't. This is caused by COPYRIGHT_URL being empty if JDK_MINOR_VERSION is not 7. I see no reason to have a jdk version dependency on this URL s