mirror of https://github.com/apache/archiva.git
fix up component decl
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@527686 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d3a7326ec
commit
c4f2ef40af
|
@ -46,7 +46,8 @@ import java.util.Map;
|
|||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
* @plexus.component
|
||||
* @plexus.component role="org.apache.maven.archiva.database.updater.DatabaseUpdater"
|
||||
* role-hint="jdo"
|
||||
*/
|
||||
public class JdoDatabaseUpdater
|
||||
extends AbstractLogEnabled
|
||||
|
@ -115,7 +116,7 @@ public class JdoDatabaseUpdater
|
|||
{
|
||||
consumerConsumerLifecycle( this.activeUnprocessedConsumers );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void updateAllProcessed()
|
||||
throws ArchivaDatabaseException
|
||||
|
|
Loading…
Reference in New Issue