mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8199465: {@docRoot} references need to be updated to reflect new module/package structure
Reviewed-by: martin, alanb, chegar
This commit is contained in:
parent
3fbef735ea
commit
6a8ea38ecc
84 changed files with 224 additions and 224 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2018, 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
|
||||
|
@ -290,7 +290,7 @@ public final class SNIHostName extends SNIServerName {
|
|||
* will accept hostnames "www.example.com" and "www.example.org".
|
||||
*
|
||||
* @param regex
|
||||
* the <a href="{@docRoot}/java/util/regex/Pattern.html#sum">
|
||||
* the <a href="{@docRoot}/java.base/java/util/regex/Pattern.html#sum">
|
||||
* regular expression pattern</a>
|
||||
* representing the hostname(s) to match
|
||||
* @return a {@code SNIMatcher} object for {@code SNIHostName}s
|
||||
|
@ -330,7 +330,7 @@ public final class SNIHostName extends SNIServerName {
|
|||
* Creates an SNIHostNameMatcher object.
|
||||
*
|
||||
* @param regex
|
||||
* the <a href="{@docRoot}/java/util/regex/Pattern.html#sum">
|
||||
* the <a href="{@docRoot}/java.base/java/util/regex/Pattern.html#sum">
|
||||
* regular expression pattern</a>
|
||||
* representing the hostname(s) to match
|
||||
* @throws NullPointerException if {@code regex} is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue