File tree 5 files changed +12
-10
lines changed
src/main/org/apache/tools
5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ protected void finalizeZipOutputStream(ZipOutputStream zOut)
573
573
/**
574
574
* Create the index list to speed up classloading.
575
575
* This is a JDK 1.3+ specific feature and is enabled by default. See
576
- * <a href="https://docs.oracle.com/javase/1.5.0 /docs/guide/ jar/jar.html#JAR%20Index ">
576
+ * <a href="https://docs.oracle.com/javase/8 /docs/technotes/guides/ jar/jar.html#JAR_Index ">
577
577
* the JAR index specification</a> for more details.
578
578
*
579
579
* @param zOut the zip stream representing the jar being built.
Original file line number Diff line number Diff line change 40
40
* exists then its modification date is used as a cue as to whether to resign
41
41
* any JAR file.
42
42
*
43
- * Timestamp driven signing is based on the unstable and inadequately documented
44
- * information in the Java1.5 docs
45
- * @see <a href="https://docs.oracle.com/javase/1.5.0/docs/guide/security/time-of-signing-beta1.html">
46
- * beta documentation</a>
43
+ * Timestamp signature support is based on Java 8
44
+ * @see <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/security/time-of-signing.html">
45
+ * documentation</a>
47
46
* @ant.task category="java"
48
47
* @since Ant 1.1
49
48
*/
Original file line number Diff line number Diff line change @@ -194,8 +194,8 @@ public class PatternFileNameEntry extends NameEntry {
194
194
*
195
195
* <p>
196
196
* For a list of possible values see
197
- * <a href="https://docs.oracle.com/javase/1.5.0 /docs/guide /intl/encoding.doc.html">
198
- * https://docs.oracle.com/javase/1.5.0 /docs/guide /intl/encoding.doc.html</a>.
197
+ * <a href="https://docs.oracle.com/javase/8 /docs/technotes/guides /intl/encoding.doc.html">
198
+ * https://docs.oracle.com/javase/8 /docs/technotes/guides /intl/encoding.doc.html</a>.
199
199
* </p>
200
200
*
201
201
* @param encoding String
Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ private static final class OffsetEntry {
103
103
* The encoding to use for filenames and the file comment.
104
104
*
105
105
* <p>For a list of possible values see <a
106
- * href="https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html">https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html</a>.
106
+ * href="https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html">
107
+ * https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html</a>.
107
108
* Defaults to the platform's default character encoding.</p>
108
109
*/
109
110
private final String encoding ;
Original file line number Diff line number Diff line change @@ -253,7 +253,8 @@ public class ZipOutputStream extends FilterOutputStream {
253
253
* The encoding to use for filenames and the file comment.
254
254
*
255
255
* <p>For a list of possible values see <a
256
- * href="https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html">https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html</a>.
256
+ * href="https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html">
257
+ * https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html</a>.
257
258
* Defaults to the platform's default character encoding.</p>
258
259
*
259
260
* @since 1.3
@@ -379,7 +380,8 @@ public boolean isSeekable() {
379
380
* The encoding to use for filenames and the file comment.
380
381
*
381
382
* <p>For a list of possible values see <a
382
- * href="https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html">https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html</a>.
383
+ * href="https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html">
384
+ * https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html</a>.
383
385
* Defaults to the platform's default character encoding.</p>
384
386
* @param encoding the encoding value
385
387
* @since 1.3
You can’t perform that action at this time.
0 commit comments