OpenJDK / amber / amber
changeset 56498:5212c250f9a8
8225077: fix references to broken link in java.compiler module
Reviewed-by: darcy, lancea
author | jjg |
---|---|
date | Thu, 30 May 2019 13:45:48 -0700 |
parents | a0d4e61acb6b |
children | b6418e5aad70 |
files | src/java.compiler/share/classes/javax/annotation/processing/Filer.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/java.compiler/share/classes/javax/annotation/processing/Filer.java Thu May 30 12:45:02 2019 -0700 +++ b/src/java.compiler/share/classes/javax/annotation/processing/Filer.java Thu May 30 13:45:48 2019 -0700 @@ -60,7 +60,7 @@ * by {@code '/'}; {@code '.'} and {@code '..'} are invalid path * segments. A valid relative name must match the * "path-rootless" rule of <a - * href="http://www.ietf.org/html/rfc3986.txt">RFC 3986</a>, section + * href="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986</a>, section * 3.3. * * <p>The file creation methods take a variable number of arguments to