mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8179943: Typo in javax.net.ssl.SSLSession.removeValue(String) method documentation
Reviewed-by: coffeys
This commit is contained in:
parent
ee69ace28a
commit
bef39b8c4d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -187,7 +187,7 @@ public interface SSLSession {
|
||||||
* Removes the object bound to the given name in the session's
|
* Removes the object bound to the given name in the session's
|
||||||
* application layer data. Does nothing if there is no object
|
* application layer data. Does nothing if there is no object
|
||||||
* bound to the given name. If the bound existing object
|
* bound to the given name. If the bound existing object
|
||||||
* implements the {@code SessionBindingListener} interface,
|
* implements the {@code SSLSessionBindingListener} interface,
|
||||||
* it is notified appropriately.
|
* it is notified appropriately.
|
||||||
* <p>
|
* <p>
|
||||||
* For security reasons, the same named values may not be
|
* For security reasons, the same named values may not be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue