mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Replaced System.out.println with logger.debug
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29310 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -49,7 +49,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
|
||||
*/
|
||||
public class AbstractWCMServiceImplTest extends TestCase
|
||||
{
|
||||
private static Log logger = LogFactory.getLog(AbstractWCMServiceImplTest.class);
|
||||
protected static Log logger = LogFactory.getLog(AbstractWCMServiceImplTest.class);
|
||||
|
||||
private static final String PREVIEW_CONFIG_LOCATION = "classpath:wcm/wcm-test-preview-context.xml";
|
||||
|
||||
|
Reference in New Issue
Block a user