Re: RFR: 8253053: Javadoc clean up in Authenticator and BasicAuthenicator [v3]

2020-09-25 Thread Patrick Concannon
> Hi, > > Could someone please review my doc-only fix for JDK-8253053 - 'Javadoc clean > up in Authenticator and BasicAuthenicator' > ? > This fix is set of formatting changes intended to clean up the javadoc of the > following classes : > > `com.sun.net.httpserver.Authenticator` > `com.sun.net

Re: RFR: 8253053: Javadoc clean up in Authenticator and BasicAuthenicator [v2]

2020-09-25 Thread Patrick Concannon
On Wed, 23 Sep 2020 09:10:09 GMT, Daniel Fuchs wrote: >> Patrick Concannon has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8253053: fixed typos; added tags > > src/jdk.httpserver/share/classes/com/sun/net/httpserver/BasicAuthenticator.ja

Re: RFR: 8253053: Javadoc clean up in Authenticator and BasicAuthenicator [v3]

2020-09-25 Thread Daniel Fuchs
On Fri, 25 Sep 2020 17:32:41 GMT, Patrick Concannon wrote: >> Hi, >> >> Could someone please review my doc-only fix for JDK-8253053 - 'Javadoc clean >> up in Authenticator and BasicAuthenicator' >> ? >> This fix is set of formatting changes intended to clean up the javadoc of >> the following

Re: RFR: 8253053: Javadoc clean up in Authenticator and BasicAuthenicator [v3]

2020-09-25 Thread Roger Riggs
On Fri, 25 Sep 2020 17:32:41 GMT, Patrick Concannon wrote: >> Hi, >> >> Could someone please review my doc-only fix for JDK-8253053 - 'Javadoc clean >> up in Authenticator and BasicAuthenicator' >> ? >> This fix is set of formatting changes intended to clean up the javadoc of >> the following