Project

General

Profile

« Previous | Next » 

Revision 233a8fe2

Added by Cherian Mathew almost 9 years ago

#5012 Adding remoting session and updating save methods for Bulk Editor

Replace properties file with xml file

#5012 updates for making Bulk Editor remoting capable

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientDescriptionService.java
1171 1171
        return defaultService.delete(arg0);
1172 1172
    }
1173 1173

  
1174
    /* (non-Javadoc)
1175
     * @see eu.etaxonomy.cdm.api.service.IService#merge(java.util.List)
1176
     */
1177
    @Override
1178
    public List<DescriptionBase> merge(List<DescriptionBase> arg0) {
1179
        return defaultService.merge(arg0);
1180
    }
1181

  
1174 1182
}

Also available in: Unified diff