mirror of https://github.com/apache/archiva.git
remove empty javadoc
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1546473 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6a75009b5c
commit
2795973bce
|
@ -62,31 +62,19 @@ public class DefaultRepositoryArchivaTaskScheduler
|
|||
{
|
||||
private Logger log = LoggerFactory.getLogger( getClass() );
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Inject
|
||||
private Scheduler scheduler;
|
||||
|
||||
@Inject
|
||||
private CronExpressionValidator cronValidator;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Inject
|
||||
@Named( value = "taskQueue#repository-scanning" )
|
||||
private TaskQueue repositoryScanningQueue;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Inject
|
||||
private ArchivaConfiguration archivaConfiguration;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Inject
|
||||
@Named( value = "repositoryStatisticsManager#default" )
|
||||
private RepositoryStatisticsManager repositoryStatisticsManager;
|
||||
|
|
Loading…
Reference in New Issue