Reduce logger's visibility
This commit is contained in:
@@ -85,7 +85,7 @@ import org.springframework.util.StringUtils;
|
|||||||
*/
|
*/
|
||||||
public class SimpleFunctionRegistry implements FunctionRegistry, FunctionInspector {
|
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.
|
* Identifies MessageConversionExceptions that happen when input can't be converted.
|
||||||
|
|||||||
Reference in New Issue
Block a user