Project

General

Profile

« Previous | Next » 

Revision 322ee472

Added by Andreas Müller over 7 years ago

Cleanup

View differences:

cdmlib-commons/src/test/java/eu/etaxonomy/cdm/common/UuidGenerator.java
1 1
// $Id$
2 2
/**
3 3
* Copyright (C) 2007 EDIT
4
* European Distributed Institute of Taxonomy 
4
* European Distributed Institute of Taxonomy
5 5
* http://www.e-taxonomy.eu
6
* 
6
*
7 7
* The contents of this file are subject to the Mozilla Public License Version 1.1
8 8
* See LICENSE.TXT at the top of this package for the full license terms.
9 9
*/
......
14 14
import org.apache.log4j.Logger;
15 15

  
16 16
/**
17
 * 
17
 *
18 18
 * @author a.mueller
19 19
 */
20 20
public class UuidGenerator {
21 21
	private static final Logger logger = Logger.getLogger(UuidGenerator.class);
22
	
22

  
23 23
	/**
24 24
	 * @param args
25 25
	 */
......
28 28
		for (int i = 0; i < 100; i++){
29 29
			System.out.println(UUID.randomUUID());
30 30
		}
31

  
31 32
	}
32 33

  
33 34
}

Also available in: Unified diff