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() );
|
private Logger log = LoggerFactory.getLogger( getClass() );
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Inject
|
@Inject
|
||||||
private Scheduler scheduler;
|
private Scheduler scheduler;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
private CronExpressionValidator cronValidator;
|
private CronExpressionValidator cronValidator;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Inject
|
@Inject
|
||||||
@Named( value = "taskQueue#repository-scanning" )
|
@Named( value = "taskQueue#repository-scanning" )
|
||||||
private TaskQueue repositoryScanningQueue;
|
private TaskQueue repositoryScanningQueue;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Inject
|
@Inject
|
||||||
private ArchivaConfiguration archivaConfiguration;
|
private ArchivaConfiguration archivaConfiguration;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Inject
|
@Inject
|
||||||
@Named( value = "repositoryStatisticsManager#default" )
|
@Named( value = "repositoryStatisticsManager#default" )
|
||||||
private RepositoryStatisticsManager repositoryStatisticsManager;
|
private RepositoryStatisticsManager repositoryStatisticsManager;
|
||||||
|
|
Loading…
Reference in New Issue