mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8242366: Fix JavaDoc warnings
Reviewed-by: dfuchs, mullan, prappo, weijun
This commit is contained in:
parent
941bb3bcb8
commit
cc05419e1a
23 changed files with 44 additions and 56 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1996, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -39,7 +39,7 @@ public class PlainTextInputStream extends FilterInputStream {
|
|||
|
||||
/**
|
||||
* Calls FilterInputStream's constructor.
|
||||
* @param an InputStream
|
||||
* @param is an InputStream
|
||||
*/
|
||||
PlainTextInputStream(InputStream is) {
|
||||
super(is);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -208,7 +208,7 @@ final class HttpsClient extends HttpClient
|
|||
* Use New to get new HttpsClient. This constructor is meant to be
|
||||
* used only by New method. New properly checks for URL spoofing.
|
||||
*
|
||||
* @param URL https URL with which a connection must be established
|
||||
* @param url https URL with which a connection must be established
|
||||
*/
|
||||
private HttpsClient(SSLSocketFactory sf, URL url)
|
||||
throws IOException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue