Changeset 1490


Ignore:
Timestamp:
05/12/11 11:47:20 (13 months ago)
Author:
jharrop
Message:

Set JAXB Context.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts/DocPropsCustomPart.java

    r1415 r1490  
    2727import org.apache.log4j.Logger; 
    2828import org.docx4j.docProps.custom.Properties; 
     29import org.docx4j.jaxb.Context; 
    2930import org.docx4j.openpackaging.exceptions.InvalidFormatException; 
    3031import org.docx4j.openpackaging.parts.relationships.Namespaces; 
     
    8687         
    8788        public void init() { 
     89                 
     90                jc = Context.jcDocPropsCustom; 
     91                 
    8892                // Used if this Part is added to [Content_Types].xml  
    8993                setContentType(new  org.docx4j.openpackaging.contenttype.ContentType(  
Note: See TracChangeset for help on using the changeset viewer.