Reduce logger's visibility

This commit is contained in:
Martin Prebio
2020-06-16 20:34:16 +02:00
parent c100de2326
commit dadbccdec9

View File

@@ -85,7 +85,7 @@ import org.springframework.util.StringUtils;
*/
public class SimpleFunctionRegistry implements FunctionRegistry, FunctionInspector {
Log logger = LogFactory.getLog(this.getClass());
protected Log logger = LogFactory.getLog(this.getClass());
/**
* Identifies MessageConversionExceptions that happen when input can't be converted.