mirror of https://github.com/apache/archiva.git
clean up
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586828 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d271660cc6
commit
a34338bc47
|
@ -98,7 +98,7 @@ public class ArchivaRepositoryScanningTaskExecutor
|
|||
|
||||
if ( CollectionUtils.isNotEmpty( results ) )
|
||||
{
|
||||
RepositoryContentStatistics lastStats = (RepositoryContentStatistics) results.get( 0 );
|
||||
RepositoryContentStatistics lastStats = results.get( 0 );
|
||||
sinceWhen = lastStats.getWhenGathered().getTime() + lastStats.getDuration();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue