From 8e50d92e22db64b098f7b601b6980719d8df1862 Mon Sep 17 00:00:00 2001 From: Steve Coffman Date: Thu, 12 Oct 2000 22:11:33 +0000 Subject: Christian Geisert's patch to allow JDK 1.1 people to use no images. Doesn't hurt on 1.2, but haven't tested on 1.1 system. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193724 13f79535-47bb-0310-9956-ffa450edef68 --- lib/Compare.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Compare.java b/lib/Compare.java index eb787d775..762063b55 100644 --- a/lib/Compare.java +++ b/lib/Compare.java @@ -92,7 +92,7 @@ public class Compare { StringTokenizer tokens = new StringTokenizer(filenames,","); Vector filenameListTmp = new Vector(20); while (tokens.hasMoreTokens()) { - filenameListTmp.add(tokens.nextToken()); + filenameListTmp.addElement(tokens.nextToken()); } filenameList = new String [filenameListTmp.size()] ; filenameListTmp.copyInto((String[]) filenameList); -- cgit v1.2.3