]> source.dussan.org Git - archiva.git/commitdiff
clean up
authorBrett Porter <brett@apache.org>
Sun, 21 Oct 2007 02:44:22 +0000 (02:44 +0000)
committerBrett Porter <brett@apache.org>
Sun, 21 Oct 2007 02:44:22 +0000 (02:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586828 13f79535-47bb-0310-9956-ffa450edef68

archiva-scheduled/src/main/java/org/apache/maven/archiva/scheduled/executors/ArchivaRepositoryScanningTaskExecutor.java

index 885c9d53044f3903173cf04f84eeeed3b6f1e6f9..6ce703f9cf7d864bd13854135b5e0796f34ec7c4 100644 (file)
@@ -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();
             }