Ignore:
Timestamp:
07/10/11 04:41:34 (11 months ago)
Author:
jharrop
Message:

Trivial cleanup

File:
1 edited

Legend:

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

    r1427 r1608  
    232232 
    233233                } catch (JAXBException e ) { 
    234 //                      e.printStackTrace(); 
    235234                        log.error(e); 
    236235                        throw e; 
     
    240239         
    241240    }    
    242 //    public abstract Object unmarshal( java.io.InputStream is ) throws JAXBException; 
    243241 
    244242    public E unmarshal(org.w3c.dom.Element el) throws JAXBException { 
Note: See TracChangeset for help on using the changeset viewer.