- Timestamp:
- 01/09/10 18:15:02 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts/Part.java
r995 r1004 30 30 import org.docx4j.openpackaging.parts.relationships.RelationshipsPart; 31 31 import org.docx4j.relationships.Relationship; 32 33 import org.dom4j.Document;34 32 35 33 import org.apache.log4j.Logger; … … 137 135 138 136 139 /**140 * Constructor.141 *142 * @param partName143 * The part name, relative to the parent Package root.144 * @throws InvalidFormatException145 * If the specified URI is not valid.146 */147 public Part(PartName partName, Document document)148 throws InvalidFormatException {149 this.partName = partName;150 }151 137 152 138 /**
Note: See TracChangeset
for help on using the changeset viewer.
