o MAVEN-313: needed additional logging here

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113066 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding
2003-03-07 08:37:21 +00:00
parent a8609496d9
commit d97f423407

View File

@@ -75,7 +75,7 @@ import org.w3c.tidy.Tidy;
/**
* @author <a href="mailto:bwalding@apache.org">Ben Walding</a>
* @version $Id: FileToCheck.java,v 1.6 2003/03/07 08:27:02 bwalding Exp $
* @version $Id: FileToCheck.java,v 1.7 2003/03/07 08:37:21 bwalding Exp $
*
*/
public class FileToCheck
@@ -114,7 +114,7 @@ public class FileToCheck
try
{
//System.out.println("Parsing:" + fileToCheck);
System.out.println("Processing: " + fileToCheck);
FileInputStream in = new FileInputStream(fileToCheck);
tidy.setMakeClean(true);
tidy.setXmlTags(true);