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:
Derek Hulley
2011-07-25 14:29:41 +00:00
parent c4d2cefaeb
commit 7063264f54
2 changed files with 10 additions and 12 deletions

View File

@@ -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";