Project

General

Profile

« Previous | Next » 

Revision d75171f5

Added by Escobari Vargas almost 2 years ago

first test B

View differences:

cdmlib-commons/src/test/java/eu/etaxonomy/cdm/common/UuidGenerator.java
19 19
public class UuidGenerator {
20 20
	private static final Logger logger = LogManager.getLogger();
21 21

  
22
	private static int n = 100;
22
	private static int n = 10;
23 23

  
24 24
	public static void main(String[] args) {
25 25
		if (logger.isDebugEnabled()){logger.debug("create UUIDs");}

Also available in: Unified diff