git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-03-30 22:51:11 +00:00
parent 230698d6ee
commit 0776ea0b21

View File

@ -86,7 +86,7 @@ import org.apache.tools.ant.types.Commandline;
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
* @author <a href="mailto:pete-apache-dev@kazmier.com">Pete Kazmier</a>
* @version
* $Id: AbstractChangeLogGenerator.java,v 1.3 2003/02/17 09:59:07 bwalding Exp $
* $Id: AbstractChangeLogGenerator.java,v 1.4 2003/03/30 22:51:11 dion Exp $
*/
public abstract class AbstractChangeLogGenerator implements ChangeLogGenerator, ExecuteStreamHandler
{
@ -335,7 +335,7 @@ public abstract class AbstractChangeLogGenerator implements ChangeLogGenerator,
/**
* Logs the pertinent details to the logging system (info level)
* @param exe The object to log
* @param exe The object to log
* @param base The working directory
*/
public static void logExecute(Execute exe, File base)