Used wrong class in logger.
This commit is contained in:
@@ -40,7 +40,7 @@ import org.springframework.util.StringUtils;
|
||||
* @author Mattias Hellborg Arthursson
|
||||
*/
|
||||
public class DefaultDirObjectFactory implements DirObjectFactory {
|
||||
private static final Log log = LogFactory.getLog(AbstractContextSource.class);
|
||||
private static final Log log = LogFactory.getLog(DefaultDirObjectFactory.class);
|
||||
|
||||
/**
|
||||
* Key to use in the ContextSource implementation to store the value of the
|
||||
|
||||
Reference in New Issue
Block a user