RFR: 8179943 Typo in javax.net.ssl.SSLSession.removeValue(String) method documentation
Roger Calnan
roger.calnan at oracle.com
Thu Jan 3 16:51:45 UTC 2019
please review straightforward fix in the javadoc for javax.net.ssl.SSLSession.removeValue
Thanks,
Roger
https://bugs.openjdk.java.net/browse/JDK-8179943 <https://bugs.openjdk.java.net/browse/JDK-8179943> Typo in javax.net.ssl.SSLSession.removeValue(String) method documentation
diff -r 3d0f6ef91216 src/java.base/share/classes/javax/net/ssl/SSLSession.java
--- a/src/java.base/share/classes/javax/net/ssl/SSLSession.java Wed Jan 02 13:37:55 2019 -0500
+++ b/src/java.base/share/classes/javax/net/ssl/SSLSession.java Wed Jan 02 13:19:38 2019 -0800
@@ -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.
*
* This code is free software; you can redistribute it and/or modify it
@@ -187,7 +187,7 @@
* Removes the object bound to the given name in the session's
* application layer data. Does nothing if there is no 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.
* <p>
* For security reasons, the same named values may not be
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/security-dev/attachments/20190103/4d4ef050/attachment.htm>
More information about the security-dev
mailing list