mirror of https://github.com/apache/archiva.git
Fixing save of statistics.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@516426 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ae79c734ca
commit
c2a3cfc796
|
@ -149,7 +149,7 @@ public class DataRefreshExecutor
|
|||
lastRunStats.getTimestampFinished(), null, null );
|
||||
|
||||
stats.dump( getLogger() );
|
||||
lastRunStats.save( DATAREFRESH_FILE );
|
||||
stats.save( DATAREFRESH_FILE );
|
||||
}
|
||||
catch ( DiscovererException e )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue