- Timestamp:
- 04/10/11 13:29:24 (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/OpcPackage.java
r1307 r1467 63 63 64 64 /** 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 /** 65 75 * Package parts collection. This is a collection of _all_ 66 76 * parts in the package (_except_ relationship parts),
Note: See TracChangeset
for help on using the changeset viewer.
