Project

General

Profile

« Previous | Next » 

Revision dcf6678d

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/ClassificationServiceImpl.java
209 209
                    cloneTaxon.setName(cloneTaxon.getName().clone());
210 210
                }
211 211

  
212
//                xxx KonzeptClone MAN, ppSyns;
213 212
                if (!config.isReuseTaxonSecundum()){
214 213
                    cloneTaxon.setSec(config.getTaxonSecundum());
215 214
                }
cdmlib-services/src/test/java/eu/etaxonomy/cdm/test/function/TestModelUpdate.java
128 128
	 * Updates the H2 test database in remote web-app.
129 129
	 * Requires that the local path to the database is adapted
130 130
	 */
131
	@SuppressWarnings("unused")  //enable only if needed
132 131
	private void updateRemoteWebappTestH2(){
133 132
	    String pathToProject = "C:\\Users\\a.mueller\\eclipse\\git\\cdmlib\\cdmlib-remote-webapp\\";
134 133
	    updateH2(pathToProject);
......
138 137
     * Updates the H2 test database in TaxEditor.
139 138
     * Requires that the local path to the database is adapted
140 139
     */
141
    @SuppressWarnings("unused")  //enable only if needed
142 140
    private void updateTaxEditorH2(){
143 141
        String pathToProject = "C:\\Users\\a.mueller\\eclipse\\git\\taxeditor2\\eu.etaxonomy.taxeditor.test\\";
144 142
        updateH2(pathToProject);
......
148 146
     * Updates the H2 test database in CDM vaadin.
149 147
     * Requires that the local path to the database is adapted
150 148
     */
151
    @SuppressWarnings("unused")  //enable only if needed
152 149
    private void updateVaadinH2(){
153 150
        String pathToProject = "C:\\Users\\a.mueller\\eclipse\\git\\cdm-vaadin\\";
154 151
        updateH2(pathToProject);

Also available in: Unified diff