cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Thu, 19 Oct 2023 12:13:41 +0000 (14:13 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Thu, 19 Oct 2023 12:13:41 +0000 (14:13 +0200)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/format/description/DefaultQuantitativeDescriptionBuilder.java

index ed5a5c764d78b576b2f733752664facbfc64dbc9..2e737f9319f4fe1b7aa217a152fd1aef042ca2c7 100644 (file)
@@ -1,3 +1,11 @@
+/**
+* Copyright (C) 2011 EDIT
+* European Distributed Institute of Taxonomy
+* http://www.e-taxonomy.eu
+*
+* The contents of this file are subject to the Mozilla Public License Version 1.1
+* See LICENSE.TXT at the top of this package for the full license terms.
+*/
 package eu.etaxonomy.cdm.format.description;
 
 import java.math.BigDecimal;
@@ -142,8 +150,6 @@ public class DefaultQuantitativeDescriptionBuilder extends QuantitativeDescripti
                return textData;
        }
 
-
-
        /**
         * Returns the value of a given type of measure as a String. If the value is an integer it is printed
         * as an integer instead of a float.
@@ -165,5 +171,4 @@ public class DefaultQuantitativeDescriptionBuilder extends QuantitativeDescripti
                }
                return null;
        }
-
-}
+}
\ No newline at end of file