mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8257724: Incorrect package of the linked class in BaseSSLSocketImpl
Reviewed-by: valeriep, wetmore
This commit is contained in:
parent
d8ac76fa09
commit
fcc84795f6
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2002, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2002, 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
|
||||
|
@ -98,8 +98,9 @@ abstract class BaseSSLSocketImpl extends SSLSocket {
|
|||
//
|
||||
|
||||
/**
|
||||
* Returns the unique {@link java.nio.SocketChannel SocketChannel} object
|
||||
* associated with this socket, if any.
|
||||
* Returns the unique {@link java.nio.channels.SocketChannel SocketChannel}
|
||||
* object associated with this socket, if any.
|
||||
*
|
||||
* @see java.net.Socket#getChannel
|
||||
*/
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue