mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8284851: Update javax.crypto files to use proper javadoc for mentioned classes
Reviewed-by: weijun, valeriep
This commit is contained in:
parent
8cdead0c94
commit
f804f2ce8e
92 changed files with 2142 additions and 2010 deletions
|
@ -39,12 +39,12 @@ public class URIParameter implements
|
|||
private final java.net.URI uri;
|
||||
|
||||
/**
|
||||
* Constructs a URIParameter with the URI pointing to
|
||||
* Constructs a {@code URIParameter} with the URI pointing to
|
||||
* data intended for an SPI implementation.
|
||||
*
|
||||
* @param uri the URI pointing to the data.
|
||||
*
|
||||
* @throws NullPointerException if the specified URI is null.
|
||||
* @throws NullPointerException if the specified URI is {@code null}.
|
||||
*/
|
||||
public URIParameter(java.net.URI uri) {
|
||||
if (uri == null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue