8225314: broken links in java.base
Reviewed-by: darcy
This commit is contained in:
parent
8c5651e0f5
commit
077ecbf2b2
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user