From ef606c34138dc742a6c3e2f1322a1ab89f21044a Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Fri, 7 Jan 2005 13:23:10 +0000 Subject: [PATCH] opps git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277311 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/zip/ExtraFieldUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/zip/ExtraFieldUtils.java b/src/main/org/apache/tools/zip/ExtraFieldUtils.java index 3f5887abc..1b8581b40 100644 --- a/src/main/org/apache/tools/zip/ExtraFieldUtils.java +++ b/src/main/org/apache/tools/zip/ExtraFieldUtils.java @@ -85,7 +85,7 @@ public class ExtraFieldUtils { /** * Split the array into ExtraFields and populate them with the * give data. - * @param byte an array of bytes + * @param data an array of bytes * @return an array of ExtraFields * @since 1.1 * @throws ZipException on error