RFR: 8251496: Fix doclint warnings in jdk.net.httpserver [v3]

Roger Riggs rriggs at openjdk.java.net
Wed Sep 9 13:31:51 UTC 2020


On Wed, 9 Sep 2020 12:16:44 GMT, Patrick Concannon <pconcannon at openjdk.org> wrote:

>> src/jdk.httpserver/share/classes/com/sun/net/httpserver/HttpsParameters.java line 30:
>> 
>>> 28: import java.net.InetSocketAddress;
>>> 29:
>>> 30: //BEGIN_TIGER_EXCLUDE
>> 
>> I don't have the context here - but if we're removing this import then I guess we should be removing the `// BEGIN` and
>> `// END` comments too?
>
> Thanks for spotting this. IntelliJ re-arranged the imports automatically. I reverted it back to its original state

I suspect the commented lines are obsolete TIGER was a long time ago.
That looks like some markup for a tool to use a non-ssl version as a demo.
@AlanBateman Alan might know.

-------------

PR: https://git.openjdk.java.net/jdk/pull/81


More information about the net-dev mailing list