mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8250244: Address reliance on default constructors in java.net
Reviewed-by: alanb, vtewari
This commit is contained in:
parent
ac4dc0470e
commit
0e54ce2a8e
12 changed files with 71 additions and 11 deletions
|
@ -39,6 +39,11 @@ import java.util.Optional;
|
|||
* @since 1.5
|
||||
*/
|
||||
public abstract class SecureCacheResponse extends CacheResponse {
|
||||
/**
|
||||
* Constructor for subclasses to call.
|
||||
*/
|
||||
public SecureCacheResponse() {}
|
||||
|
||||
/**
|
||||
* Returns the cipher suite in use on the original connection that
|
||||
* retrieved the network resource.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue