clean warnings in core-consumers

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755245 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2009-03-17 13:48:20 +00:00
parent 2846805437
commit e60b195d45
1 changed files with 1 additions and 2 deletions

View File

@ -20,6 +20,7 @@ package org.apache.maven.archiva.consumers.core.repository;
*/
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.List;
@ -41,8 +42,6 @@ import org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationExce
import org.codehaus.plexus.registry.Registry;
import org.codehaus.plexus.registry.RegistryListener;
import edu.emory.mathcs.backport.java.util.Collections;
/**
* Consumer for removing old snapshots in the repository based on the criteria
* specified by the user.