RFR: 8253100: Fix "no comment" warnings in java.base/java.net
    Patrick Concannon 
    pconcannon at openjdk.java.net
       
    Thu Feb 25 09:27:41 UTC 2021
    
    
  
On Wed, 24 Feb 2021 20:42:52 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> Hi, 
> 
> Please find here a change that fixes "no comment" warnings generated by `javadoc -Xdoclint` for `java.base/java.net`
src/java.base/share/classes/java/net/HttpRetryException.java line 48:
> 46: 
> 47:     /**
> 48:      * the URL to be redirected to.
Should this begin with a capital 't' like the previous comment above?
-------------
PR: https://git.openjdk.java.net/jdk/pull/2715
    
    
More information about the net-dev
mailing list