From 1296855c2f3fd08f04ccf92c0cbe45a9f2319b5c Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Tue, 1 Mar 2005 14:52:56 +0000 Subject: [PATCH] update to java1.5 docs, to show we are still 100% correct. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277749 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/Manifest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/Manifest.java b/src/main/org/apache/tools/ant/taskdefs/Manifest.java index 9d7f00711..fe194af0c 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Manifest.java +++ b/src/main/org/apache/tools/ant/taskdefs/Manifest.java @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation + * Copyright 2001-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ import org.apache.tools.ant.util.CollectionUtils; * Holds the data of a jar manifest. * * Manifests are processed according to the - * {@link Jar + * {@link Jar * file specification.}. * Specifically, a manifest element consists of * a set of attributes and sections. These sections in turn may contain