8225314: broken links in java.base

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2019-06-04 15:42:16 -07:00
parent 8c5651e0f5
commit 077ecbf2b2
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 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
@ -283,7 +283,7 @@ public abstract class Enum<E extends Enum<E>>
} }
/** /**
* A <a href="package-summary.html#nominal">nominal descriptor</a> for an * A <a href="{@docRoot}/java.base/java/lang/constant/package-summary.html#nominal">nominal descriptor</a> for an
* {@code enum} constant. * {@code enum} constant.
* *
* @param <E> the type of the enum constant * @param <E> the type of the enum constant

View File

@ -2118,7 +2118,7 @@ public abstract class VarHandle implements Constable {
} }
/** /**
* A <a href="package-summary.html#nominal">nominal descriptor</a> for a * A <a href="{@docRoot}/java.base/java/lang/constant/package-summary.html#nominal">nominal descriptor</a> for a
* {@link VarHandle} constant. * {@link VarHandle} constant.
* *
* @since 12 * @since 12