Project

General

Profile

Download (760 Bytes) Statistics
| Branch: | Tag: | Revision:
1
// $Id$
2
/**
3
* Copyright (C) 2009 EDIT
4
* European Distributed Institute of Taxonomy
5
* http://www.e-taxonomy.eu
6
*
7
* The contents of this file are subject to the Mozilla Public License Version 1.1
8
* See LICENSE.TXT at the top of this package for the full license terms.
9
*/
10
package eu.etaxonomy.cdm.api.service.config;
11

    
12

    
13
/**
14
 * This class enables to set configuration to the createHierarchy service in classification service.
15
 *
16
 * @author a.oppermann
17
 * @date 26.01.2015
18
 *
19
 */
20
public class CreateHierarchyForClassificationConfigurator {
21

    
22
	public static CreateHierarchyForClassificationConfigurator NewInstance(){
23
		return new CreateHierarchyForClassificationConfigurator();
24
	}
25

    
26
	/**
27
	 * TODO: Implement configuration settings
28
	 */
29
}
(1-1/21)