OpenJDK / jdk / jdk10
changeset 26974:4bee12591374
8059973: Broken link in Class Pack200
Reviewed-by: mchung
author | ksrini |
---|---|
date | Thu, 09 Oct 2014 13:28:15 -0700 |
parents | c96ef212b86d |
children | fbe93c0b2f7b |
files | jdk/src/java.base/share/classes/java/util/jar/Pack200.java |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/src/java.base/share/classes/java/util/jar/Pack200.java Thu Oct 09 16:01:13 2014 -0400 +++ b/jdk/src/java.base/share/classes/java/util/jar/Pack200.java Thu Oct 09 13:28:15 2014 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2014, 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 @@ -93,8 +93,7 @@ * The deployment applications can use "Accept-Encoding=pack200-gzip". This * indicates to the server that the client application desires a version of * the file encoded with Pack200 and further compressed with gzip. Please - * refer to <a href="{@docRoot}/../technotes/guides/deployment/deployment-guide/pack200.html">Java Deployment Guide</a> for more details and - * techniques. + * refer to the Java Deployment Guide for techniques and details. * <p> * Unless otherwise noted, passing a <tt>null</tt> argument to a constructor or * method in this class will cause a {@link NullPointerException} to be thrown.