mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8273045: Fix misc javadoc bugs in the java.security and javax.net.ssl code
Reviewed-by: xuelei
This commit is contained in:
parent
b16a04ebf7
commit
76baace2f0
10 changed files with 40 additions and 35 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2021, 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
|
||||
|
@ -25,6 +25,8 @@
|
|||
|
||||
package javax.net.ssl;
|
||||
|
||||
import java.util.Collection;
|
||||
|
||||
/**
|
||||
* Instances of this class represent a matcher that performs match
|
||||
* operations on an {@link SNIServerName} instance.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue