Skip to content

Commit

Permalink
8257724: Incorrect package of the linked class in BaseSSLSocketImpl
Browse files Browse the repository at this point in the history
Reviewed-by: valeriep, wetmore
  • Loading branch information
XueleiFan committed Dec 4, 2020
1 parent d8ac76f commit fcc8479
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

1 comment on commit fcc8479

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.