mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8184315: Typo in java.net.JarURLConnection.getCertificates() method documentation
Reviewed-by: dfuchs
This commit is contained in:
parent
474437061e
commit
0f97ac953b
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2013, 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
|
||||
|
@ -293,7 +293,7 @@ public abstract class JarURLConnection extends URLConnection {
|
|||
}
|
||||
|
||||
/**
|
||||
* Return the Certificate object for this connection if the URL
|
||||
* Returns the Certificate objects for this connection if the URL
|
||||
* for it points to a JAR file entry, null otherwise. This method
|
||||
* can only be called once
|
||||
* the connection has been completely verified by reading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue