Ignore:
Timestamp:
04/10/11 13:29:24 (14 months ago)
Author:
jharrop
Message:

Address issue reported in  http://dev.plutext.org/forums/viewtopic.php?f=6&t=667

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/OpcPackage.java

    r1307 r1467  
    6363 
    6464        /** 
     65         * This HashMap is intended to prevent loops during the loading  
     66         * of this package. TODO This doesn't really tell us anything that 
     67         * the contents of Parts couldn't also tell us (except that 
     68         * that doesn't contain the rels parts), so consider removing. 
     69         * At least replace it with a method, so this implementation 
     70         * detail is hidden! 
     71         */ 
     72        public HashMap<String, String> handled = new HashMap<String, String>(); 
     73         
     74        /** 
    6575         * Package parts collection.  This is a collection of _all_ 
    6676         * parts in the package (_except_ relationship parts),  
Note: See TracChangeset for help on using the changeset viewer.