Project

General

Profile

« Previous | Next » 

Revision c693e3b1

Added by Patrick Plitzner about 5 years ago

ref #6794 Add generics to FeatureNode and FeatureTree

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/descriptive/word/out/WordExport.java
110 110
//        return new JAXBElement( new QName(Namespaces.NS_WORD12, "fldChar"), org.docx4j.wml.FldChar.class, fldchar);
111 111
//    }
112 112

  
113
    private void addChildNode(FeatureNode node, MainDocumentPart mainDocumentPart, int indent) throws Exception{
113
    private void addChildNode(FeatureNode<?> node, MainDocumentPart mainDocumentPart, int indent) throws Exception{
114 114
        String styleId = "Heading"+indent;
115 115

  
116 116
        for (FeatureNode childNode : node.getChildNodes()) {

Also available in: Unified diff