Merged branches/cdmlib/2.0 changes r5130:5370 into the trunk
authora.babadshanjan <a.babadshanjan@localhost>
Thu, 19 Mar 2009 16:29:08 +0000 (16:29 +0000)
committera.babadshanjan <a.babadshanjan@localhost>
Thu, 19 Mar 2009 16:29:08 +0000 (16:29 +0000)
cdmlib-commons/src/main/java/eu/etaxonomy/cdm/common/CdmUtils.java

index 6ea24b86a2ebf35c19a9e3e363e53b3b36a1d269..c919824c778567d836aac09b026664cebc7a59fa 100644 (file)
@@ -131,7 +131,7 @@ public class CdmUtils {
        static public Long Nz(Long value){\r
                return (value == null ? 0 : value);\r
        }\r
-       \r
+               \r
        /**\r
         * Concatenates the an Array of Strings, using the defined seperator.\r
         * Null values are interpreted as empty Strings\r