minor
authorAndreas Müller <a.mueller@bgbm.org>
Sat, 12 Jun 2021 09:45:54 +0000 (11:45 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Sat, 12 Jun 2021 09:45:54 +0000 (11:45 +0200)
cdmlib-commons/src/main/java/eu/etaxonomy/cdm/common/ExcelUtils.java

index 4d7571c43654afa098b2105857b8a28fdb548c87..0ad1ae23e0e67bb3a61850f0238ceabee6090545 100644 (file)
@@ -75,6 +75,7 @@ public class ExcelUtils {
 
                if (sheet== null){
                        if (worksheetName != null){
+                           //TODO report error
                                logger.debug(worksheetName + " not provided!");
                        }
                }else{