mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8216205: Java API documentation formatting error in System.getEnv
Reviewed-by: lancea, bchristi, alanb
This commit is contained in:
parent
360f1421e8
commit
fc741865bd
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1994, 2018, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -984,7 +984,7 @@ public final class System {
|
||||||
* <p>If a security manager exists, its
|
* <p>If a security manager exists, its
|
||||||
* {@link SecurityManager#checkPermission checkPermission}
|
* {@link SecurityManager#checkPermission checkPermission}
|
||||||
* method is called with a
|
* method is called with a
|
||||||
* {@code {@link RuntimePermission}("getenv."+name)}
|
* {@link RuntimePermission RuntimePermission("getenv."+name)}
|
||||||
* permission. This may result in a {@link SecurityException}
|
* permission. This may result in a {@link SecurityException}
|
||||||
* being thrown. If no exception is thrown the value of the
|
* being thrown. If no exception is thrown the value of the
|
||||||
* variable {@code name} is returned.
|
* variable {@code name} is returned.
|
||||||
|
@ -1055,7 +1055,7 @@ public final class System {
|
||||||
* <p>If a security manager exists, its
|
* <p>If a security manager exists, its
|
||||||
* {@link SecurityManager#checkPermission checkPermission}
|
* {@link SecurityManager#checkPermission checkPermission}
|
||||||
* method is called with a
|
* method is called with a
|
||||||
* {@code {@link RuntimePermission}("getenv.*")} permission.
|
* {@link RuntimePermission RuntimePermission("getenv.*")} permission.
|
||||||
* This may result in a {@link SecurityException} being thrown.
|
* This may result in a {@link SecurityException} being thrown.
|
||||||
*
|
*
|
||||||
* <p>When passing information to a Java subprocess,
|
* <p>When passing information to a Java subprocess,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue