Cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Fri, 23 Sep 2016 09:00:49 +0000 (11:00 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Fri, 23 Sep 2016 09:00:49 +0000 (11:00 +0200)
cdmlib-commons/src/test/java/eu/etaxonomy/cdm/common/UuidGenerator.java

index c222881fbdc5b1dd51488f1845e5fda82104dd3a..565b48d9757c1a68e64508977f3ca324d787785e 100644 (file)
@@ -1,9 +1,9 @@
 // $Id$\r
 /**\r
 * Copyright (C) 2007 EDIT\r
-* European Distributed Institute of Taxonomy \r
+* European Distributed Institute of Taxonomy\r
 * http://www.e-taxonomy.eu\r
-* \r
+*\r
 * The contents of this file are subject to the Mozilla Public License Version 1.1\r
 * See LICENSE.TXT at the top of this package for the full license terms.\r
 */\r
@@ -14,12 +14,12 @@ import java.util.UUID;
 import org.apache.log4j.Logger;\r
 \r
 /**\r
- * \r
+ *\r
  * @author a.mueller\r
  */\r
 public class UuidGenerator {\r
        private static final Logger logger = Logger.getLogger(UuidGenerator.class);\r
-       \r
+\r
        /**\r
         * @param args\r
         */\r
@@ -28,6 +28,7 @@ public class UuidGenerator {
                for (int i = 0; i < 100; i++){\r
                        System.out.println(UUID.randomUUID());\r
                }\r
+\r
        }\r
 \r
 }\r