RFR: 8315767: InetAddress: constructing objects from BSD literal addresses [v5]
    Sergey Chernyshev 
    schernyshev at openjdk.org
       
    Wed Apr 17 22:25:57 UTC 2024
    
    
  
On Wed, 17 Apr 2024 14:48:37 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
>> src/java.base/share/classes/java/net/Inet4Address.java line 104:
>> 
>>> 102:  * Purposes</i></a>.
>>> 103:  * <p> For methods that return a textual representation as output
>>> 104:  * value, the first form, i.e. a dotted-quad string, is used.
>> 
>> Maybe something like this?
>> 
>> Suggestion:
>> 
>>  * <p> For methods that return a textual representation as output
>>  * value, the first form, i.e. a dotted-quad string in strict decimal notation, is used.
>
> Yes, I think this makes it clear.
accepted.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18493#discussion_r1569614610
    
    
More information about the net-dev
mailing list