Remove unused import

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114250 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh 2003-10-29 14:01:55 +00:00
parent f21a859fbe
commit 8fe381e4ce

View File

@ -64,7 +64,6 @@ import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Collection;
import java.util.Date;
import java.util.ArrayList;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.maven.changelog.ChangeLog;