Revision d75171f5
Added by Escobari Vargas 8 months ago
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
first test B