mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8213911: Use example.com in java.net and other examples
Reviewed-by: prappo, chegar, rriggs, mullan
This commit is contained in:
parent
197b669f83
commit
5d1cc7fc01
9 changed files with 39 additions and 39 deletions
|
@ -309,13 +309,13 @@ public class CodeSource implements java.io.Serializable {
|
|||
* <p>
|
||||
* For example, the codesource objects with the following locations
|
||||
* and null certificates all imply
|
||||
* the codesource with the location "http://java.sun.com/classes/foo.jar"
|
||||
* the codesource with the location "http://www.example.com/classes/foo.jar"
|
||||
* and null certificates:
|
||||
* <pre>
|
||||
* http:
|
||||
* http://*.sun.com/classes/*
|
||||
* http://java.sun.com/classes/-
|
||||
* http://java.sun.com/classes/foo.jar
|
||||
* http://*.example.com/classes/*
|
||||
* http://www.example.com/classes/-
|
||||
* http://www.example.com/classes/foo.jar
|
||||
* </pre>
|
||||
*
|
||||
* Note that if this CodeSource has a null location and a null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue