]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
ArrayList -> List.
authorJeremias Maerki <jeremias@apache.org>
Mon, 7 May 2007 14:34:13 +0000 (14:34 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 7 May 2007 14:34:13 +0000 (14:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@535885 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/area/AreaTreeHandler.java

index cc70cf1d99e9d04e00c737d1d77c0fa9dea6cc95..0104d06881f604fb29c6ab5e02815a3ae66fece2 100644 (file)
@@ -415,7 +415,7 @@ public class AreaTreeHandler extends FOEventHandler {
 
         finishPrevPageSequence(null);
         // process fox:destination elements
-        ArrayList destinationList = rootFObj.getDestinationList();
+        List destinationList = rootFObj.getDestinationList();
         if (destinationList != null) {
             while (destinationList.size() > 0) {
                 Destination destination = (Destination) destinationList.remove(0);