git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440211
13f79535-47bb-0310-9956-
ffa450edef68
throws RepositoryIndexSearchException;
/**
- * Get the time when the index was last updated. Note that this does not monitor external processes or multiple
- * instances of the index.
+ * Get the time when the index was last updated. Note that this does not monitor external processes.
*
* @return the last updated time, or 0 if it has not been updated since the class was instantiated.
*/
private MavenProjectBuilder projectBuilder;
- private long lastUpdatedTime = 0;
+ private static long lastUpdatedTime = 0;
public LuceneRepositoryArtifactIndex( File indexPath, LuceneIndexRecordConverter converter )
{