mirror of https://github.com/apache/archiva.git
oups compilation fix
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1549369 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b256625132
commit
74e63f4bbb
|
@ -36,8 +36,10 @@ import org.apache.archiva.policies.ProxyDownloadException;
|
|||
import org.apache.archiva.redback.components.taskqueue.TaskQueueException;
|
||||
import org.apache.archiva.repository.ManagedRepositoryContent;
|
||||
import org.apache.archiva.repository.events.RepositoryListener;
|
||||
import org.apache.archiva.repository.layout.LayoutException;
|
||||
import org.apache.archiva.scheduler.repository.model.RepositoryArchivaTaskScheduler;
|
||||
import org.apache.archiva.scheduler.repository.model.RepositoryTask;
|
||||
import org.apache.archiva.xml.XMLException;
|
||||
|
||||
import java.util.Collection;
|
||||
|
||||
|
@ -149,4 +151,11 @@ public class MockBeanServices
|
|||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getFilePathWithVersion( String requestPath, ManagedRepositoryContent managedRepositoryContent )
|
||||
throws LayoutException, XMLException
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue