Project

General

Profile

« Previous | Next » 

Revision e9612b75

Added by Andreas Müller over 3 years ago

ref #9349 deprecate setReuseNames(false)

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/config/SubtreeCloneConfigurator.java
172 172
    public boolean isReuseNames() {
173 173
        return reuseNames;
174 174
    }
175
    /**
176
     * @param reuseNames
177
     * @deprecated  as it is not fully implemented yet and generally not recommended
178
     *          to clone names in a database; see comments in #9349 why name cloning
179
     *          needs to be done with care
180
     */
181
    @Deprecated
175 182
    public void setReuseNames(boolean reuseNames) {
176 183
        this.reuseNames = reuseNames;
177 184
    }

Also available in: Unified diff