mirror of https://github.com/apache/archiva.git
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:
parent
2846805437
commit
e60b195d45
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue