OpenJDK / amber / amber
changeset 54220:7d1efad039a3
8216205: Java API documentation formatting error in System.getEnv
Reviewed-by: lancea, bchristi, alanb
author | rriggs |
---|---|
date | Mon, 07 Jan 2019 14:15:00 -0500 |
parents | 9339773f2530 |
children | 03efcf7fc34b |
files | src/java.base/share/classes/java/lang/System.java |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/java.base/share/classes/java/lang/System.java Mon Jan 07 17:09:17 2019 +0100 +++ b/src/java.base/share/classes/java/lang/System.java Mon Jan 07 14:15:00 2019 -0500 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -984,7 +984,7 @@ * <p>If a security manager exists, its * {@link SecurityManager#checkPermission checkPermission} * method is called with a - * {@code {@link RuntimePermission}("getenv."+name)} + * {@link RuntimePermission RuntimePermission("getenv."+name)} * permission. This may result in a {@link SecurityException} * being thrown. If no exception is thrown the value of the * variable {@code name} is returned. @@ -1055,7 +1055,7 @@ * <p>If a security manager exists, its * {@link SecurityManager#checkPermission checkPermission} * method is called with a - * {@code {@link RuntimePermission}("getenv.*")} permission. + * {@link RuntimePermission RuntimePermission("getenv.*")} permission. * This may result in a {@link SecurityException} being thrown. * * <p>When passing information to a Java subprocess,