]> git.mxchange.org Git - addressbook-war.git/blobdiff - src/java/org/mxchange/addressbook/converter/country/CountryConverter.java
Log also return null
[addressbook-war.git] / src / java / org / mxchange / addressbook / converter / country / CountryConverter.java
index 98ede54c9215031835ef76b4379184242366b478..e5919fab7a2805b9bf92e27fa7cb4d788e062186 100644 (file)
@@ -80,6 +80,9 @@ public class CountryConverter implements Converter {
 
                // Is the value null or empty?
                if ((null == submittedValue) || (submittedValue.trim().isEmpty())) {
+                       // Trace message
+                       this.loggerBeanLocal.logTrace("getAsObject: submittedValue is null or empty - EXIT!"); //NOI18N
+
                        // Return null
                        return null;
                }